Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ RpcError
Class
RpcError
example_code/item_083.py:53–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
connection = ...
52
53
class
RpcError(Exception):
54
pass
55
56
def
lookup_request(connection):
57
raise
RpcError(
"From lookup_request"
)
Callers
2
lookup_request
Function · 0.85
is_cached
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected