tubes.fan._OutDrain(object)
class documentationtubes.fan
(View In Hierarchy)
Implements interfaces: tubes.itube.IDrain
Method | __init__ | Construct an _OutDrain with a
collection of founts, an input type and an output type. |
Method | inputType | Implement the inputType property by relaying it to the
input type of the drains. |
Method | flowingFrom | The Out associated with
this _OutDrain is now
receiving inputs from the given fount. |
Method | receive | Deliver an item to each IDrain attached to the Out via
Out().newFount().flowTo(...) . |
Method | flowStopped | Deliver an item to each IDrain attached to the Out via
Out().newFount().flowTo(...) . |
Implement the inputType
property by relaying it to the
input type of the drains.