interface documentation

class ILookupTable(Interface): (source)

Known implementations: twisted.words.protocols.jabber.xmpp_stringprep.LookupTable, twisted.words.protocols.jabber.xmpp_stringprep.LookupTableFromFunction

View In Hierarchy

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.