class documentation
class EndingList(object): (source)
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 |