MCPcopy 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

51connection = ...
52
53class RpcError(Exception):
54 pass
55
56def lookup_request(connection):
57 raise RpcError("From lookup_request")

Callers 2

lookup_requestFunction · 0.85
is_cachedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected