tubes.tube._NullFount(object) class documentationtubes.tube
(View In Hierarchy)
Known subclasses: tubes.memory._NotQuiteNull
Implements interfaces: tubes.itube.IFount
An almost no-op implementation of fount which does nothing but
update its drain to point at itself.
| Method | flowTo | Update the drain attribute of this _NullFount and call
flowingFrom on the given drain. |
| Method | pauseFlow | Return an IPause
which does nothing, and then does nothing when resumed. |
| Method | stopFlow | Do nothing. |
Update the drain attribute of this _NullFount and call
flowingFrom on the given drain.
| Parameters | drain | see IFount |
| Returns | see IFount | |