Home | Trees | Indices | Help |
---|
|
|
|||
| __init__(self, GoalList, WordList) | ||
string
|
__str__(self) Return nice string rep. |
||
|
__getitem__(self,
i) This is a little silly! Purely for illustration! Allows ParserState instances to be accessed using the usual Python sequence syntax |
|
|
Return nice string rep. Look like a pair! Because that's what you are!
|
>>> ps = ParserState(['S'],['a', 'dog', 'walks']) >>> ps[0] ['S] >>> ps[1] ['a', 'dog', 'walks'] |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sat May 5 22:37:39 2007 | http://epydoc.sourceforge.net |