pyre.patterns.Tee

Module Contents

class pyre.patterns.Tee.Tee

Bases: pyre.patterns.CoFunctor.CoFunctor, list

A coroutine that accumulates data in a container

throw(self, errorTp, error=None, traceback=None)

Raise an exception

close(self)

Shut things down

__call__(self)

Store everything that comes in