Class n.r.FourOhFour:

Part of nevow.rend View Source View In Hierarchy

Implements interfaces: nevow.inevow.IResource

A simple 404 (not found) page.
Line # Kind Name Docs
794 Method locateChild Locate another object which can be adapted to IResource
797 Method renderHTTP Render a request
812 Method __nonzero__ Undocumented
def locateChild(self, ctx, segments): (source)
Locate another object which can be adapted to IResource Return a tuple of resource, path segments
def renderHTTP(self, ctx): (source)
Render a request
def __nonzero__(self): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.