Class n.s.xml(object):
Part of
nevow
.
stan
View Source
View In Hierarchy
XML content marker.
xml contains content that is already correct XML and should not be escaped to make it XML-safe. xml can contain unicode content and will be encoded to utf-8 when flattened.
Line #
Kind
Name
Docs
59
Method
__init__
Undocumented
62
Method
__repr__
Undocumented
def __init__(self, content):
(source)
Undocumented
def __repr__(self):
(source)
Undocumented
API Documentation
for Nevow, generated by
pydoctor
.