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

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

Known implementations: twisted.words.protocols.jabber.xmpp_stringprep.LookupTable, twisted.words.protocols.jabber.xmpp_stringprep.LookupTableFromFunction
Interface for character lookup classes.
Method lookup Return whether character is in this table.
def lookup(c): (source)
Return whether character is in this table.
API Documentation for twisted, generated by pydoctor.