Interface t.w.p.j.x.IMappingTable(Interface):

Part of twisted.words.protocols.jabber.xmpp_stringprep View Source View In Hierarchy

Known implementations: twisted.words.protocols.jabber.xmpp_stringprep.EmptyMappingTable, twisted.words.protocols.jabber.xmpp_stringprep.MappingTableFromFunction
Interface for character mapping classes.
Method map Return mapping for character.
def map(c): (source)
Return mapping for character.
API Documentation for twisted, generated by pydoctor.