MCPcopy Create free account
hub / github.com/ActiveState/code / InvalidationError

Class InvalidationError

recipes/Python/496742_ShelfProxy/recipe-496742.py:4–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class InvalidationError(Exception):
5 pass
6
7class ShelfProxy(Proxy):
8 __slots__ = ["_key", "_shelf", "_invalidated"]

Callers 2

sync_proxyFunction · 0.85
recipe-496742.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected