class documentation

class LookupTable: (source)

Implements interfaces: twisted.words.protocols.jabber.xmpp_stringprep.ILookupTable

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method lookup Return whether character is in this table.
Instance Variable _table Undocumented
def __init__(self, table): (source)

Undocumented

def lookup(self, c): (source)
Return whether character is in this table.
_table = (source)

Undocumented