tubes.protocol._FountProducer(object)
class documentationtubes.protocol
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IPushProducer
A _FountProducer
is an adapter to IPushProducer
for an IFount
.
Method | __init__ | Undocumented |
Method | pauseProducing | The producer has been paused. Ensure that the fount is paused. |
Method | resumeProducing | The producer has been resumed. Ensure that the fount is unpaused. |
Method | stopProducing | Stop producing data. |
Instance Variable | _fount | An IFount . (type: IFount .) |
Instance Variable | _pause | A pause if the fount has been paused by pauseProducing (type: IPause or types.NoneType ) |