MCPcopy
hub / github.com/celery/celery / groups

Method groups

celery/worker/request.py:324–325  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

322
323 @property
324 def groups(self):
325 return self._request_dict.get('groups', [])
326
327 @property
328 def stamped_headers(self) -> list:

Callers 9

_add_defaultFunction · 0.80
_add_docFunction · 0.80
process_lineFunction · 0.80
_parse_partMethod · 0.80
__init__.pyFile · 0.80
parse_iso8601Function · 0.80
getargMethod · 0.80
task_infoFunction · 0.80
feedMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected