pyre.calc.Postprocessor¶
Module Contents¶
-
class
pyre.calc.Postprocessor.Postprocessor(postprocessor=identity().coerce, **kwds)¶ A mix-in class that performs arbitrary transformations on the value of a node
-
_postprocessor¶
-
getValue(self, **kwds)¶ Intercept the node value retriever and make sure that the value the caller gets has been through my {postprocessor}
-