MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / is_cached

Function is_cached

example_code/item_083.py:74–75  ·  view source on GitHub ↗
(connection, request)

Source from the content-addressed store, hash-verified

72 return object()
73
74def is_cached(connection, request):
75 raise RpcError("From is_cached")
76
77try:
78 request = lookup_request(connection)

Callers 1

item_083.pyFile · 0.85

Calls 1

RpcErrorClass · 0.85

Tested by

no test coverage detected