Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ key
Method
key
aleph/cache.py:20–21 ·
view source on GitHub ↗
(self, *parts)
Source
from the content-addressed store, hash-verified
18
self.prefix = prefix
19
20
def
key(self, *parts):
21
return
make_key(self.prefix, *parts)
22
23
def
object_key(self, clazz, key, *parts):
24
return
self.key(clazz.__name__, key, *parts)
Callers
10
object_key
Method · 0.95
destroy
Method · 0.80
to_token
Method · 0.80
from_token
Method · 0.80
flush_role
Method · 0.80
ancestors
Method · 0.80
statistics
Function · 0.80
_oauth_session
Function · 0.80
_token_session
Function · 0.80
compute_collections
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected