twisted.web.xmlrpc.Proxy.callRemote(self, method, *args) method documentationtwisted.web.xmlrpc.Proxy
          View Source
          
        
      Call remote XML-RPC method with given arguments.
| Returns | a defer.Deferred that will fire with the method response, or a failure if the method failed. Generally, the failure type will be Fault, but you can also have an IndexError on some buggy servers giving empty responses.If the deferred is cancelled before the request completes, the connection is closed and the deferred will fire with a   | |
| Function | cancel | Undocumented |