tubes.memory._NotQuiteNull(_NullFount)
class documentationtubes.memory
(View In Hierarchy)
A _NotQuiteNull
is a
fount that delivers a StopIteration
flowStopped after yielding its values.
Method | flowTo | Start the flow as usual and then immediately stop it with StopIteration . |
Inherited from _NullFount:
Method | pauseFlow | Return an IPause
which does nothing, and then does nothing when resumed. |
Method | stopFlow | Do nothing. |
Start the flow as usual and then immediately stop it with StopIteration
.
Parameters | drain | The drain to deliver to. |
Returns | the next fount in the series. |