class documentation

class PositionEnding(object): (source)

View In Hierarchy

An ending for a parsing position
Method __init__ Undocumented
Method __unicode__ Printable representation
Method checkin Check for the ending
Instance Variable ending Undocumented
Instance Variable optional Undocumented
def __init__(self, ending, optional): (source)

Undocumented

def __unicode__(self): (source)
Printable representation
def checkin(self, pos): (source)
Check for the ending
ending = (source)

Undocumented

optional = (source)

Undocumented