OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | PVector |
class | PythonPVector |
Functions | |
def | compare_pvector (v, other, operator) |
def | python_pvector (iterable=()) |
def | v (*elements) |
Variables | |
BRANCH_FACTOR | |
BIT_MASK | |
SHIFT | |
pvector | |
def pyrsistent._pvector.compare_pvector | ( | v, | |
other, | |||
operator | |||
) |
def pyrsistent._pvector.python_pvector | ( | iterable = () | ) |
Create a new persistent vector containing the elements in iterable. >>> v1 = pvector([1, 2, 3]) >>> v1 pvector([1, 2, 3])
def pyrsistent._pvector.v | ( | * | elements | ) |
Create a new persistent vector containing all parameters to this function. >>> v1 = v(1, 2, 3) >>> v1 pvector([1, 2, 3])
BIT_MASK |
BRANCH_FACTOR |
pvector |
SHIFT |