pyre.patterns.Accumulator¶
Module Contents¶
-
class
pyre.patterns.Accumulator.Accumulator(**kwds)¶ Bases:
pyre.patterns.CoFunctor.CoFunctorA coroutine that accumulates data in a container
-
throw(self, errorTp, error=None, traceback=None)¶ Handle exceptions
-
__call__(self)¶ Store everything that comes in
-