class documentation

class CDATA: (source)

View In Hierarchy

A <![CDATA[]]> block from a template. Given a separate representation in the DOM so that they may be round-tripped through rendering without losing information.
Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable data The data between "<![CDATA[" and "]]>".
def __init__(self, data): (source)

Undocumented

def __repr__(self): (source)

Undocumented

Returns
strUndocumented
data: unicode = (source)
The data between "<![CDATA[" and "]]>".