-
class XmlRepr(pydoc.TextRepr)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Lib.DistExt.Formatters.XmlFormatter'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- _escape_table = [('&', '&'), ('<', '<'), ('>', '>'), ('"', '"')]