Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_default
Function · 0.80
_add_doc
Function · 0.80
process_line
Function · 0.80
_parse_part
Method · 0.80
__init__.py
File · 0.80
parse_iso8601
Function · 0.80
getarg
Method · 0.80
task_info
Function · 0.80
feed
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected