tubes.tube._Tubule(object)
class documentationtubes.tube
(View In Hierarchy)
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__ |
Parameters | inputType | An interface for the input type. |
outputType | an interface for the output type. | |
received | a callable to implement received . | |
name | a string describing this _Tubule . |
Tubules cannot produce a greeting.
Returns | an empty iterable. |
Tubules cannot produce a farewell.
Parameters | reason | the reason the flow stopped. |
Returns | an empty iterable. |