class documentation

A text portion. attributes : * data : the text value as an encoded or unicode string

Method __init__ Undocumented
Instance Variable data Undocumented
Instance Variable escaped Undocumented

Inherited from VNode:

Method __iter__ Undocumented
Method accept Undocumented
Method leave Undocumented
Instance Variable children Undocumented
Instance Variable parent Undocumented
Instance Variable visitor_name Undocumented
def __init__(self, data: str, escaped: bool = True): (source)

Undocumented

Undocumented