class documentation

class ScalarNode(Node): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Class Variable id Undocumented
Instance Variable end_mark Undocumented
Instance Variable start_mark Undocumented
Instance Variable style Undocumented
Instance Variable tag Undocumented
Instance Variable value Undocumented

Inherited from Node:

Method __repr__ Undocumented
def __init__(self, tag, value, start_mark=None, end_mark=None, style=None): (source)

Undocumented

Undocumented