l.s.t.x.BlockingProxy : class documentation

Part of lp.services.twistedsupport.xmlrpc View In Hierarchy

Known subclasses: lp.services.twistedsupport.xmlrpc.DeferredBlockingProxy

Make an xmlrpclib.ServerProxy behave like a Twisted XML-RPC proxy.

This is useful for writing code that needs to work in both a synchronous and asynchronous fashion.

Also, some people prefer the callRemote style of invocation, which is more explicit.

Method __init__ Construct a BlockingProxy.
Method callRemote Undocumented
def __init__(self, proxy):
Construct a BlockingProxy.
ParametersproxyAn xmlrpclib.ServerProxy.
def callRemote(self, method_name, *args, **kwargs):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.