Trees | Indices | Help |
|
---|
|
server -> a object used to boxcar method calls
server should be a ServerProxy object.
Methods can be added to the MultiCall using normal method call syntax e.g.:
multicall = MultiCall(server_proxy) multicall.add(2,3) multicall.get_address("Guido")
To execute the multicall, call the MultiCall object e.g.:
add_result, address = multicall()
|
|||
|
|||
|
|||
|
|||
|
|||
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:44:39 2008 | http://epydoc.sourceforge.net |