tubes.fan._InDrain(object) class documentationtubes.fan
(View In Hierarchy)
Implements interfaces: tubes.itube.IDrain
The one of the drains associated with an fan.In.
| Method | __init__ | Create an _InDrain
with an In. |
| Method | flowingFrom | The attached In is now
receiving inputs from the given fount. |
| Method | receive | Pass along any received item to the drain that the In's fount is flowing to. |
| Method | flowStopped | Remove this drain from its attached In. |
The attached In is now
receiving inputs from the given fount.
| Parameters | fount | Any fount. |
| Returns | None; this is a terminal drain and not a data-processing
drain. | |
Pass along any received item to the drain that the In's fount is flowing to.
| Parameters | item | any object |
| Returns | passed through from the active drain. | |
Remove this drain from its attached In.
| Parameters | reason | the reason the flow stopped. |