pyre.calc.Expression¶
Module Contents¶
-
class
pyre.calc.Expression.Expression(model, expression, program, **kwds)¶ Support for building evaluation graphs involving nodes that have names registered with an {SymbolTable} instance
-
category= expression¶
-
expression¶
-
_model¶
-
_program¶
-
_scanner¶
-
getValue(self)¶ Compute and return my value
-
setValue(self, value)¶ Use the new {value} as my formula
-
identify(self, authority, **kwds)¶ Let {authority} know I am an expression
-