twisted.web.test.test_xmlrpc.TestLookupProcedure(XMLRPC) class documentationtwisted.web.test.test_xmlrpc
(View In Hierarchy)
This is a resource which customizes procedure lookup to be used by the tests of support for this customization.
| Method | echo | Undocumented |
| Method | lookupProcedure | Lookup a procedure from a fixed set of choices, either echo or system.listeMethods. |
Inherited from XMLRPC:
| Instance Variable | allowNone | Permit XML translating of Python constant None. (type: bool) |
| Instance Variable | useDateTime | Present datetime values as datetime.datetime
objects? (type: bool) |
| Method | __init__ | Initialize. |
| Method | __setattr__ | Undocumented |
| Method | putSubHandler | Undocumented |
| Method | getSubHandler | Undocumented |
| Method | getSubHandlerPrefixes | Undocumented |
| Method | render_POST | Undocumented |
| Method | listProcedures | Return a list of the names of all xmlrpc procedures. |
| Method | _cbRender | Undocumented |
| Method | _ebRender | Undocumented |
Inherited from Resource (via XMLRPC):
| Method | listStaticNames | Undocumented |
| Method | listStaticEntities | Undocumented |
| Method | listNames | Undocumented |
| Method | listEntities | Undocumented |
| Method | listDynamicNames | Undocumented |
| Method | listDynamicEntities | Undocumented |
| Method | getStaticEntity | Undocumented |
| Method | getDynamicEntity | Undocumented |
| Method | delEntity | Undocumented |
| Method | reallyPutEntity | Undocumented |
| Method | getChild | Retrieve a 'child' resource from me. |
| Method | getChildWithDefault | Retrieve a static or dynamically generated child resource from me. |
| Method | getChildForRequest | Undocumented |
| Method | putChild | Register a static child. |
| Method | render | Render a given resource. See IResource's
render method. |
| Method | render_HEAD | Default handling of HEAD method. |