xmlrpclib :: MultiCall :: Class MultiCall
[hide private]
[frames] | no frames]

Class MultiCall

source code

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()

Instance Methods [hide private]
 
__call__(self) source code
 
__getattr__(self, name) source code
 
__init__(self, server) source code
 
__repr__(self) source code
 
__str__(self) source code