interface documentation

class IMappingTable(Interface): (source)

Known implementations: twisted.words.protocols.jabber.xmpp_stringprep.EmptyMappingTable, twisted.words.protocols.jabber.xmpp_stringprep.MappingTableFromFunction

View In Hierarchy

Interface for character mapping classes.
Method map Return mapping for character.
def map(c): (source)
Return mapping for character.