twisted.test.test_pcp.BufferedPullTests.proxyClass(pcp.ProducerConsumerProxy) class documentationtwisted.test.test_pcp.BufferedPullTests
(View In Hierarchy)
| Method | _writeSomeData | Write as much of this data as possible. | 
Inherited from ProducerConsumerProxy:
| Method | pauseProducing | Undocumented | 
| Method | resumeProducing | Undocumented | 
| Method | write | The producer will write data by calling this method. | 
| Method | registerProducer | Register to receive data from a producer. | 
| Method | unregisterProducer | Stop consuming data from a producer, without disconnecting. | 
Inherited from BasicProducerConsumerProxy (via ProducerConsumerProxy):
| Instance Variable | producer | the Producer I subscribe to. (type: IProducer) | 
| Instance Variable | consumer | the Consumer I publish to. (type: IConsumer) | 
| Instance Variable | paused | As a Producer, am I paused? (type: bool) | 
| Method | __init__ | Undocumented | 
| Method | stopProducing | Stop producing data. | 
| Method | finish | Undocumented | 
| Method | __repr__ | Undocumented |