Ft.Lib.DistExt.Formatters.XmlFormatter

Modules

cStringIO  pydoc     

Classes

class Repr
__init__(self)
repr(self, x)
repr1(self, x, level)
repr_dict(self, x, level)
repr_instance(self, x, level)
repr_list(self, x, level)
repr_long(self, x, level)
repr_str(self, x, level)
repr_tuple(self, x, level)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'repr'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__init__(self, dist_command)
doc_module(self, module)
document(self, module, encoding=None)
end_element(self, tagname)
section(self, title, list, format)
start_element(self, tagname, attributes={})
warn(self, msg)
write_element(self, tagname, attributes={}, content='')

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.
indent = ' '
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class XmlRepr(pydoc.TextRepr)
escape(self, text)
repr(self, object)
repr_str = repr_string(self, x, level)
repr_unicode = repr_string(self, x, level)

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 = [('&', '&amp;'), ('<', '&lt;'), ('>', '&gt;'), ('"', '&quot;')]

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/DistExt/Formatters/XmlFormatter.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = '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.