simpleparse.tests.genericvalues
index
s:\sp\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)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'simpleparse.tests.genericvalues'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
 
class _NullResults
       
   Methods defined here:
__cmp__(self, other)
__repr__(self)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'simpleparse.tests.genericvalues'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
 
Data
             AnyInt = <Any Integer>
NullResult = <Null Children>
__file__ = r'S:\sp\simpleparse\tests\genericvalues.pyc'
__name__ = 'simpleparse.tests.genericvalues'