simpleparse.tests.genericvalues
index
/home/mcfletch/pylive/simpleparse/tests/genericvalues.py

Values to match result-trees even when implementations change
 
These values match the "logical" values of the result-trees
as they apply to SimpleParse's usage, rather than the particular
concrete results returned by the engine.  So, for instance, you
can say "returns no children" (NullResults) for result-tuples or
"whatever failure position" for failure return values.

 
Classes
       
_AnyInt
_NullResults

 
class _AnyInt
     Methods defined here:
__cmp__(self, other)
__repr__(self)

 
class _NullResults
     Methods defined here:
__cmp__(self, other)
__repr__(self)

 
Data
        AnyInt = <Any Integer>
NullResult = <Null Children>