| Home | Trees | Indices | Help |
|
|---|
|
|
twisted.python.components.Componentized --+
|
nevow.testutil.FakeRequest --+
|
nevow.testutil.AccumulatingFakeRequest --+
|
FakeRequest
A nevow Request for local data accumulation.
We have a version of our own for this since nevow's has a registerProducer that produces an endless loop with push producers (which is what we have).
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
|
Inherited from Inherited from Inherited from |
| Instance Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
Create a FakeRequest instance.
|
Accumulate the given bytes as part of the response body.
|
Synchronously cause the given producer to produce all of its data. This will not work with push producers. Do not use it with them.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |