pyre.records.Compiler¶
Module Contents¶
-
class
pyre.records.Compiler.Compiler¶ A strategy for pulling data from a stream and building {pyre.calc} nodes to represent both measures and derivations
-
__call__(self, record, source, **kwds)¶ Pull values from {source} and build the associated nodes
-
onDescriptor(self, source, cache, descriptor)¶ Handler for measures
-
onOperator(self, source, cache, operator)¶ Handler for derivations
-
onLiteral(self, source, cache, literal)¶ Handler for literals
-