OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | from_yaml (cls, loader, node) |
def | to_yaml (cls, dumper, data) |
![]() | |
def | __init__ (cls, name, bases, kwds) |
Static Public Attributes | |
yaml_loader | |
yaml_dumper | |
yaml_tag | |
yaml_flow_style | |
An object that can dump itself to a YAML stream and load itself from a YAML stream.
def from_yaml | ( | cls, | |
loader, | |||
node | |||
) |
Convert a representation node to a Python object.
def to_yaml | ( | cls, | |
dumper, | |||
data | |||
) |
Convert a Python object to a representation node.
|
static |
|
static |
|
static |
|
static |