class documentation

class PositionEnding(object):

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):

Undocumented

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

Undocumented

optional =

Undocumented