Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Module xmlrpc :: Class Proxy |
|
A Proxy for making remote XML-RPC calls.
Pass the URL of the remote XML-RPC server to the constructor.
Use proxy.callRemote('foobar', *args) to call remote method 'foobar' with *args.Method Summary | |
---|---|
__init__(self,
url)
| |
callRemote(self,
method,
*args)
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:19:20 2003 | http://epydoc.sf.net |