interface documentation

class ILookupTable(Interface): (source)

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.