class documentation

class LookupTable: (source)

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