Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ __init__
Method
__init__
openlibrary/core/cache.py:275–276 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
273
""
"
274
275
def
__init__(self):
276
self.d = {}
277
278
def
get(self, key):
279
return
self.d.get(key)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected