Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
class
InvalidationError(Exception):
5
pass
6
7
class
ShelfProxy(Proxy):
8
__slots__ = [
"_key"
,
"_shelf"
,
"_invalidated"
]
Callers
2
sync_proxy
Function · 0.85
recipe-496742.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected