twisted.web.template.CDATA(object) class documentationtwisted.web.template
(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.
| Instance Variable | data | The data between " <![CDATA[" and 
"]]>". (type:unicode) | 
| Method | __init__ | Undocumented | 
| Method | __repr__ | Undocumented |