MCPcopy 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_complexMethod · 0.95
gunicorn.conf.pyFile · 0.45
cooccur.pyFile · 0.45
export_entityFunction · 0.45
get_entitiesFunction · 0.45
name_statsFunction · 0.45
name_scoreFunction · 0.45
collectionsMethod · 0.45
from_tokenMethod · 0.45
perform_requestMethod · 0.45
__init__Method · 0.45
_parse_access_tokenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected