class documentation

class twisted.spread.util.LocalAsRemote: (source)

View In Hierarchy

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

Class Variable reportAllTracebacks Undocumented
Method callRemote Call a specially-designated local method.
Method remoteMethod Undocumented
reportAllTracebacks = (source)

Undocumented

(type: int)
def callRemote(self, name, *args, **kw): (source)

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): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.