xml.escape API [rev. unknown]

class instance of _escape():

*no docstring available*
no source available

class attributes and properties:

charef_rex: <_sre.SRE_Pattern object at 0x2ae579e874e0>
escape: {u'&': u'&amp;', u'"': u'&quot;', u'<': u'&lt;', u"'": u'&apos;', u'>': u'&gt;'}

methods:

def __init__(self):

*no docstring available*

def __call__(self, ustring):

xml-escape the given unicode string.