t.w.s.NoRangeStaticProducer(StaticProducer) : class documentation

Part of twisted.web.static View Source View In Hierarchy

A StaticProducer that writes the entire file to the request.
Method start Undocumented
Method resumeProducing Produce data for the consumer a single time.

Inherited from StaticProducer:

Method __init__ Initialize the instance.
Method stopProducing Stop producing data.
def start(self): (source)
Undocumented
def resumeProducing(self): (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.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.