| Home | Trees | Index | Help |
|
|---|
| Package picalo :: Package base :: Module Expression :: Class PicaloExpression |
|
| Method Summary | |
|---|---|
Constructor. | |
__eq__(self,
other)
| |
__ne__(self,
other)
| |
__repr__(self)
| |
Returns a string representation of this expression | |
Runs the expression given any additional locals and globals | |
| Method Details |
|---|
__init__(self,
expression,
*locals)
Constructor. The initial_locals and initial_globals dicts override
any local or global variables
|
__str__(self)
Returns a string representation of this expression
|
evaluate(self, locals, expression_backtrack=[])Runs the expression given any additional locals and globals locals => A list of dictionaries containing mappings that override the values in locals expression_backtrack => A list of all the expression id's we've run so far, to catch circular logic. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Aug 20 05:38:17 2007 | http://epydoc.sf.net |