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)
_fount =
An IFount. (type: IFount.)
_pause =
A pause if the fount has been paused by pauseProducing (type: IPause or types.NoneType)
def __init__(self, fount):
Undocumented
def pauseProducing(self):

The producer has been paused. Ensure that the fount is paused.

def resumeProducing(self):

The producer has been resumed. Ensure that the fount is unpaused.

def stopProducing(self):

Stop producing data.

API Documentation for tubes, generated by pydoctor at 2016-01-18 07:46:47.