OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | inc (x) |
def | dec (x) |
def | discard (evolver, key) |
def | rex (expr) |
def | ny (_) |
def | transform (structure, transformations) |
Variables | |
signature | |
def pyrsistent._transformations.dec | ( | x | ) |
Subtract one from the current value
def pyrsistent._transformations.discard | ( | evolver, | |
key | |||
) |
Discard the element and returns a structure without the discarded elements
def pyrsistent._transformations.inc | ( | x | ) |
Add one to the current value
def pyrsistent._transformations.ny | ( | _ | ) |
Matcher that matches any value
def pyrsistent._transformations.rex | ( | expr | ) |
Regular expression matcher to use together with transform functions
def pyrsistent._transformations.transform | ( | structure, | |
transformations | |||
) |
signature |