dyaml.representer

YAML node representer. Prepares YAML nodes for output. A tutorial can be found here.

Code based on PyYAML.

Members

Classes

RepresenterException
class RepresenterException

Exception thrown on Representer errors.

Functions

representData
Node representData(Node data, ScalarStyle defaultScalarStyle, CollectionStyle defaultCollectionStyle)

Represents YAML nodes as scalar, sequence and mapping nodes ready for output.

Meta