class documentation

class EndingList(object):

View In Hierarchy

A list of position endings
Method __init__ Undocumented
Method __unicode__ Printable representation
Method add Add a new ending to the list
Method checkin Search for an ending
Method checkpending Check if there are any pending endings
Method findending Find the ending at the current position
Method pickpending Pick any pending endings from a parse position.
Method pop Remove the ending at the current position
Instance Variable endings Undocumented
def __init__(self):

Undocumented

def __unicode__(self):
Printable representation
def add(self, ending, optional=False):
Add a new ending to the list
def checkin(self, pos):
Search for an ending
def checkpending(self):
Check if there are any pending endings
def findending(self, pos):
Find the ending at the current position
def pickpending(self, pos):
Pick any pending endings from a parse position.
def pop(self, pos):
Remove the ending at the current position
endings: list =

Undocumented