Part of nevow.static View Source View In Hierarchy
Implements interfaces: nevow.inevow.IResource
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 46 | Method | __init__ | Undocumented |
| 52 | Method | time | Return the current time as a float. |
| 62 | Method | locateChild | Locate another object which can be adapted to IResource |
| 66 | Method | renderHTTP | Render a request |
Return the current time as a float.
The default implementation simply usestime.time. This is
mainly provided as a hook for tests to override.