MCPcopy 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_keyMethod · 0.95
destroyMethod · 0.80
to_tokenMethod · 0.80
from_tokenMethod · 0.80
flush_roleMethod · 0.80
ancestorsMethod · 0.80
statisticsFunction · 0.80
_oauth_sessionFunction · 0.80
_token_sessionFunction · 0.80
compute_collectionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected