Class s.t.w.t.t.Test(JSONRPC):

Part of spamfighter.txjsonrpc.web.test.test_jsonrpc View Source View In Hierarchy

Known subclasses: spamfighter.txjsonrpc.web.test.test_jsonrpc.TestAuthHeader

No class docstring
Method jsonrpc_add This function add two numbers.
Method jsonrpc_pair This function puts the two arguments in an array.
Method jsonrpc_defer Help for defer.
Method jsonrpc_deferFail Undocumented
Method jsonrpc_fail Undocumented
Method jsonrpc_fault Undocumented
Method jsonrpc_deferFault Undocumented
Method jsonrpc_complex Undocumented
Method jsonrpc_dict Undocumented
Method _getFunction Given a string, return a function, or raise jsonrpclib.NoSuchFunction.

Inherited from JSONRPC:

Method __init__ Undocumented
Method putSubHandler Undocumented
Method getSubHandler Undocumented
Method getSubHandlerPrefixes Undocumented
Method render Undocumented
Method _cbRender Undocumented
Method _ebRender Undocumented
Method _listFunctions Return a list of the names of all jsonrpc methods.
def jsonrpc_add(self, a, b): (source)
This function add two numbers.
def jsonrpc_pair(self, string, num): (source)
This function puts the two arguments in an array.
def jsonrpc_defer(self, x): (source)
Help for defer.
def jsonrpc_deferFail(self): (source)
Undocumented
def jsonrpc_fail(self): (source)
Undocumented
def jsonrpc_fault(self): (source)
Undocumented
def jsonrpc_deferFault(self): (source)
Undocumented
def jsonrpc_complex(self): (source)
Undocumented
def jsonrpc_dict(self, map, key): (source)
Undocumented
def _getFunction(self, functionPath): (source)
Given a string, return a function, or raise jsonrpclib.NoSuchFunction.

This returned function will be called, and should return the result of the call, a Deferred, or a Fault instance.

Override in subclasses if you want your own policy. The default policy is that given functionPath 'foo', return the method at self.jsonrpc_foo, i.e. getattr(self, "jsonrpc_" + functionPath). If functionPath contains self.separator, the sub-handler for the initial prefix is used to search for the remaining path.

API Documentation for SpamFighter, generated by pydoctor at 2009-02-27 11:58:37.