class documentation

class DummyRenderRequest(DummyRequest): (source)

Implements interfaces: twisted.web.iweb.IRequest

View In Hierarchy

A dummy request object that has a site attribute.

This does not implement the full IRequest interface, but enough of it for this test suite.

Method __init__ Undocumented
Instance Variable site Undocumented
def __init__(self): (source)

Undocumented

Undocumented