MCPcopy 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

1import json
2
3class RPCProxy:
4 def __init__(self, connection):

Callers

nothing calls this directly

Calls 2

addMethod · 0.80
RPCProxyClass · 0.70

Tested by

no test coverage detected