Class t.w.p.j.x.LookupTable:

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

Implements interfaces: twisted.words.protocols.jabber.xmpp_stringprep.ILookupTable
No class docstring
Method __init__ Undocumented
Method lookup Return whether character is in this table.
def __init__(self, table): (source)
Undocumented
def lookup(self, c): (source)
Return whether character is in this table.
API Documentation for twisted, generated by pydoctor.