Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
pickle
4
class
RPCHandler:
Callers
nothing calls this directly
Calls
3
RPCHandler
Class · 0.70
rpc_server
Function · 0.70
register_function
Method · 0.45
Tested by
no test coverage detected