MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / rpcserver.py

File rpcserver.py

src/11/implementing_remote_procedure_call/rpcserver.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# rpcserver.py
2
3import pickle
4class RPCHandler:

Callers

nothing calls this directly

Calls 3

RPCHandlerClass · 0.70
rpc_serverFunction · 0.70
register_functionMethod · 0.45

Tested by

no test coverage detected