twisted.spread.pb.RemoteReference.callRemote(self, _name, *args, **kw) method documentationtwisted.spread.pb.RemoteReference
View Source
Asynchronously invoke a remote method.
| Parameters | _name | the name of the remote method to invoke (type: str) |
| args | arguments to serialize for the remote function | |
| kw | keyword arguments to serialize for the remote function. | |
| Returns | a Deferred which will be fired when the result of this remote call is
received. (type: twisted.internet.defer.Deferred) | |