YAML node representer. Prepares YAML nodes for output. A tutorial can be found here.
Code based on PyYAML.
Exception thrown on Representer errors.
Represents YAML nodes as scalar, sequence and mapping nodes ready for output.
See Source File
YAML node representer. Prepares YAML nodes for output. A tutorial can be found here.
Code based on PyYAML.