Part of twisted.spread.pb.RemoteReference View Source
| 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) | |