class Test(static.Data): (source)
Undocumented
Method | __init__ |
|
Class Variable | isLeaf |
Signal if this IResource implementor is a "leaf node" or not. If True, getChildWithDefault will not be called on this Resource. |
Inherited from Data
:
Method | render_GET |
Undocumented |
Instance Variable | data |
Undocumented |
Instance Variable | type |
Undocumented |
Inherited from Resource
(via Data
):
Method | delEntity |
Undocumented |
Method | getChild |
Retrieve a 'child' resource from me. |
Method | getChildForRequest |
Undocumented |
Method | getChildWithDefault |
Retrieve a static or dynamically generated child resource from me. |
Method | getDynamicEntity |
Undocumented |
Method | getStaticEntity |
Undocumented |
Method | listDynamicEntities |
Undocumented |
Method | listDynamicNames |
Undocumented |
Method | listEntities |
Undocumented |
Method | listNames |
Undocumented |
Method | listStaticEntities |
Undocumented |
Method | listStaticNames |
Undocumented |
Method | putChild |
Register a static child. |
Method | reallyPutEntity |
Undocumented |
Method | render |
Render a given resource. See IResource 's render method. |
Method | render_HEAD |
Default handling of HEAD method. |
Class Variable | server |
Undocumented |
Instance Variable | children |
Undocumented |
twisted.web.resource.Resource.isLeaf