Known subclasses: twisted.spread.test.test_pb.LocalRemoteTest

A class useful for emulating the effects of remote behavior locally.

Method callRemote Call a specially-designated local method.
Method remoteMethod Undocumented
def callRemote(self, name, *args, **kw):

Call a specially-designated local method.

self.callRemote('x') will first try to invoke a method named sync_x and return its result (which should probably be a Deferred). Second, it will look for a method called async_x, which will be called and then have its result (or Failure) automatically wrapped in a Deferred.

def remoteMethod(self, name):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.