class documentation

class _RequestBodyProducer: (source)

Implements interfaces: twisted.web.iweb.IBodyProducer

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method pauseProducing Undocumented
Method startProducing Undocumented
Method stopProducing Undocumented
Instance Variable body Undocumented
Instance Variable length Undocumented
def __init__(self, body): (source)

Undocumented

def pauseProducing(self): (source)

Undocumented

def startProducing(self, consumer): (source)

Undocumented

def stopProducing(self): (source)

Undocumented

Undocumented

Undocumented