class documentation

class YAMLObject: (source)

View In Hierarchy

An object that can dump itself to a YAML stream and load itself from a YAML stream.

Class Method from_yaml Convert a representation node to a Python object.
Class Method to_yaml Convert a Python object to a representation node.
Class Variable __slots__ Undocumented
Class Variable yaml_flow_style Undocumented
Class Variable yaml_loader Undocumented
Class Variable yaml_tag Undocumented
@classmethod
def from_yaml(cls, loader, node): (source)

Convert a representation node to a Python object.

@classmethod
def to_yaml(cls, dumper, data): (source)

Convert a Python object to a representation node.

__slots__: tuple = (source)

Undocumented

yaml_flow_style = (source)

Undocumented

yaml_loader = (source)

Undocumented

yaml_tag = (source)

Undocumented