class documentation

class PositionEnding: (source)

View In Hierarchy

An ending for a parsing position

Method __init__ Undocumented
Method __str__ Printable representation
Method checkin Check for the ending
Instance Variable ending Undocumented
Instance Variable optional Undocumented
def __init__(self, ending, optional): (source)

Undocumented

def __str__(self): (source)

Printable representation

def checkin(self, pos): (source)

Check for the ending

ending = (source)

Undocumented

optional = (source)

Undocumented