pyre.calc.Interpolation¶
Module Contents¶
-
class
pyre.calc.Interpolation.Interpolation(model, expression, **kwds)¶ Support for building evaluation graphs involving the values of nodes registered with a {SymbolTable} instance. {Interpolation} builds its value by splicing together strings.
-
category= interpolation¶
-
expression¶
-
_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 interpolation
-