class documentation

class TestLookupProcedure(XMLRPC): (source)

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:

Method __init__ Initialize.
Method __setattr__ Undocumented
Method getSubHandler Undocumented
Method getSubHandlerPrefixes Undocumented
Method listProcedures Return a list of the names of all xmlrpc procedures.
Method putSubHandler Undocumented
Method render_POST Undocumented
Constant FAILURE Undocumented
Constant NOT_FOUND Undocumented
Class Variable allowedMethods Undocumented
Class Variable isLeaf Signal if this IResource implementor is a "leaf node" or not. If True, getChildWithDefault will not be called on this Resource.
Class Variable separator Undocumented
Instance Variable allowNone Permit XML translating of Python constant None.
Instance Variable subHandlers Undocumented
Instance Variable useDateTime Present datetime values as datetime.datetime objects?
Method _cbRender Undocumented
Method _ebRender Undocumented
Class Variable _log Undocumented

Inherited from Resource (via XMLRPC):

Method delEntity Undocumented
Method getChild Retrieve a 'child' resource from me.
Method getChildForRequest Deprecated in favor of getChildForRequest.
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
def echo(self, x): (source)

Undocumented

def lookupProcedure(self, procedureName): (source)

Lookup a procedure from a fixed set of choices, either echo or system.listeMethods.