Rosetta 3.3
|
Public Member Functions | |
def | from_yaml |
def | to_yaml |
Static Public Attributes | |
yaml_loader = Loader | |
yaml_dumper = Dumper | |
yaml_tag = None | |
yaml_flow_style = None | |
tuple | from_yaml = classmethod(from_yaml) |
tuple | to_yaml = classmethod(to_yaml) |
An object that can dump itself to a YAML stream and load itself from a YAML stream.
def yaml::YAMLObject::from_yaml | ( | cls, | |
loader, | |||
node | |||
) |
Convert a representation node to a Python object.
def yaml::YAMLObject::to_yaml | ( | cls, | |
dumper, | |||
data | |||
) |
Convert a Python object to a representation node.
tuple yaml::YAMLObject::from_yaml = classmethod(from_yaml) [static] |
tuple yaml::YAMLObject::to_yaml = classmethod(to_yaml) [static] |
yaml::YAMLObject::yaml_dumper = Dumper [static] |
yaml::YAMLObject::yaml_flow_style = None [static] |
yaml::YAMLObject::yaml_loader = Loader [static] |
yaml::YAMLObject::yaml_tag = None [static] |