Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ gen_task_name
Method
gen_task_name
celery/app/base.py:650–651 ·
view source on GitHub ↗
(self, name, module)
Source
from the content-addressed store, hash-verified
648
return
task
649
650
def
gen_task_name(self, name, module):
651
return
gen_task_name(self, name, module)
652
653
def
finalize(self, auto=False):
654
""
"Finalize the app.
Callers
3
_task_from_fun
Method · 0.95
register_task
Method · 0.95
task_by_cons
Function · 0.80
Calls
1
gen_task_name
Function · 0.90
Tested by
no test coverage detected