Searched refs:MultiCall (Results 1 – 7 of 7) sorted by relevance
322 class MultiCall (widget): class413 _multicall_dict[widget] = MultiCall414 return MultiCall
112 - Bug in idlelib.MultiCall: Options dialog was crashing IDLE if there was an202 MultiCall module allows binding multiple actions to an event.
467 MultiCall Objects470 The :class:`MultiCall` object provides a way to encapsulate multiple calls to a474 .. class:: MultiCall(server)479 :class:`MultiCall` object. Calling the object itself causes all stored calls to515 multicall = xmlrpc.client.MultiCall(proxy)
274 multi = MultiCall(server)
860 class MultiCall: class1524 multi = MultiCall(server)
906 multicall = xmlrpclib.MultiCall(p)923 multicall = xmlrpclib.MultiCall(p)
20859 - xmlrpclib.MultiCall has been added.