tubes.fan._InFount(object) class documentationtubes.fan
(View In Hierarchy)
Implements interfaces: tubes.itube.IFount
| Method | __init__ | Create an _InFount
with an In. |
| Method | flowTo | Start flowing to the given drain. |
| Method | pauseFlow | Pause the flow of all founts flowing into _InDrains for this In. |
| Method | stopFlow | Stop the flow of all founts flowing into _InDrains for this In. |
Start flowing to the given drain.
| Parameters | drain | the drain to deliver all inputs from all founts attached to the underlying
In. |
| Returns | the fount downstream of drain. | |