pyre.patterns.Printer¶
Module Contents¶
-
class
pyre.patterns.Printer.Printer(format=None, **kwds)¶ Bases:
pyre.patterns.CoFunctor.CoFunctorA coroutine that sends a textual representation of the values it receives to {stdout}
-
throw(self, errorTp, error=None, traceback=None)¶ Handle exceptions
-
__call__(self)¶ Store everything that comes in
-