Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ get
Method
get
aleph/cache.py:41–42 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
39
self.kv.expire(key, expires)
40
41
def
get(self, key):
42
return
self.kv.get(key)
43
44
def
get_complex(self, key):
45
value = self.get(key)
Callers
15
get_complex
Method · 0.95
gunicorn.conf.py
File · 0.45
cooccur.py
File · 0.45
export_entity
Function · 0.45
get_entities
Function · 0.45
name_stats
Function · 0.45
name_score
Function · 0.45
collections
Method · 0.45
from_token
Method · 0.45
perform_request
Method · 0.45
__init__
Method · 0.45
_parse_access_token
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected