twisted.internet.interfaces.IPullProducer.resumeProducing()
method documentationtwisted.internet.interfaces.IPullProducer
View Source
Produce data for the consumer a single time.
This tells a producer to produce data for the consumer once (not repeatedly, once only). Typically this will be done by calling the consumer's write() method a single time with produced data.