twisted.web.test.test_xmlrpc.TestListProcedures(XMLRPC) class documentationtwisted.web.test.test_xmlrpc
(View In Hierarchy)
This is a resource which customizes procedure enumeration to be used by the tests of support for this customization.
| Method | listProcedures | Return a list of a single method this resource will claim to support. | 
Inherited from XMLRPC:
| Instance Variable | allowNone | Permit XML translating of Python constant None. (type: bool) | 
| Instance Variable | useDateTime | Present datetimevalues asdatetime.datetimeobjects? (type:bool) | 
| Method | __init__ | Initialize. | 
| Method | __setattr__ | Undocumented | 
| Method | putSubHandler | Undocumented | 
| Method | getSubHandler | Undocumented | 
| Method | getSubHandlerPrefixes | Undocumented | 
| Method | render_POST | Undocumented | 
| Method | lookupProcedure | Given a string naming a procedure, return a callable object for that procedure or raise NoSuchFunction. | 
| 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. | 
Return a list of a single method this resource will claim to support.