Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ jsonrpclient.py
File
jsonrpclient.py
src/11/implementing_remote_procedure_call/jsonrpclient.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
json
2
3
class
RPCProxy:
4
def
__init__(self, connection):
Callers
nothing calls this directly
Calls
2
add
Method · 0.80
RPCProxy
Class · 0.70
Tested by
no test coverage detected