MCPcopy
hub / github.com/celery/celery / get

Method get

celery/utils/collections.py:269–274  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

267 self.changes.clear()
268
269 def get(self, key, default=None):
270 # type: (Any, Any) -> Any
271 try:
272 return self[self._key(key)]
273 except KeyError:
274 return default
275
276 def __len__(self):
277 # type: () -> int

Callers 15

log.pyFile · 0.45
formatMethod · 0.45
threads.pyFile · 0.45
term.pyFile · 0.45
__init__Method · 0.45
supports_imagesFunction · 0.45
cryFunction · 0.45
__get__Method · 0.45
timer2.pyFile · 0.45
detect_quorum_queuesFunction · 0.45
imports.pyFile · 0.45

Calls 1

_keyMethod · 0.95

Tested by

no test coverage detected