OpenQuizz
Une application de gestion des contenus pédagogiques
pyrsistent._transformations Namespace Reference

Functions

def inc (x)
 
def dec (x)
 
def discard (evolver, key)
 
def rex (expr)
 
def ny (_)
 
def transform (structure, transformations)
 

Variables

 signature
 

Function Documentation

◆ dec()

def pyrsistent._transformations.dec (   x)
Subtract one from the current value 

◆ discard()

def pyrsistent._transformations.discard (   evolver,
  key 
)
Discard the element and returns a structure without the discarded elements 

◆ inc()

def pyrsistent._transformations.inc (   x)
Add one to the current value 

◆ ny()

def pyrsistent._transformations.ny (   _)
Matcher that matches any value 

◆ rex()

def pyrsistent._transformations.rex (   expr)
Regular expression matcher to use together with transform functions 

◆ transform()

def pyrsistent._transformations.transform (   structure,
  transformations 
)

Variable Documentation

◆ signature

signature