module documentation
Class ErrorPageTests Test twisted.web.pages._ErrorPage and its public aliases errorPage, notFound and forbidden.
Function _render Render a response using the given resource.
def _render(resource): (source)

Render a response using the given resource.

Parameters
resource:IResourceThe resource to use to handle the request.
Returns
DummyRequestThe request that the resource handled,