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

Method get

celery/app/task.py:131–132  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

129 return self.__dict__.clear()
130
131 def get(self, key, default=None):
132 return getattr(self, key, default)
133
134 def __repr__(self):
135 return f'<Context: {vars(self)!r}>'

Callers 15

trace_taskFunction · 0.95
is_abortedMethod · 0.45
pytest.pyFile · 0.45
rdb.pyFile · 0.45
migrate_taskFunction · 0.45
on_declare_queueFunction · 0.45
task_id_in_mapFunction · 0.45
task_name_in_mapFunction · 0.45
worker.pyFile · 0.45
start_workerFunction · 0.45
_start_worker_threadFunction · 0.45
install_rdb_handlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected