Searched refs:rpc (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dpipeutils.py86 import jsonrpclib.jsonrpc as rpc namespace
419 class _PipedTransport(rpc.Transport):
431 rpc.Transport.__init__(self, rpclib.config.DEFAULT)
433 rpc.Transport.__init__(self)
477 return rpc.Transport.request(self,
640 class PipedServerProxy(rpc.ServerProxy):
648 rpc.ServerProxy.__init__(self,

Completed in 876 milliseconds