Implements interfaces: tubes.itube.ITube

A tube created for the @tube decorator.

Method __init__
Method started Tubules cannot produce a greeting.
Method stopped Tubules cannot produce a farewell.
Method __repr__
def __init__(self, inputType, outputType, received, name):
ParametersinputTypeAn interface for the input type.
outputTypean interface for the output type.
receiveda callable to implement received.
namea string describing this _Tubule.
def started(self):

Tubules cannot produce a greeting.

Returnsan empty iterable.
def stopped(self, reason):

Tubules cannot produce a farewell.

Parametersreasonthe reason the flow stopped.
Returnsan empty iterable.
def __repr__(self):
Returnsthis _Tubule's name.
API Documentation for tubes, generated by pydoctor at 2016-01-18 07:46:47.