Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _unpickle_task_v2
Function
_unpickle_task_v2
celery/app/registry.py:65–68 ·
view source on GitHub ↗
(name, module=None)
Source
from the content-addressed store, hash-verified
63
64
65
def
_unpickle_task_v2(name, module=None):
66
if
module:
67
import_module(module)
68
return
get_current_app().tasks[name]
Callers
1
test_unpickle_v2
Method · 0.90
Calls
1
get_current_app
Function · 0.90
Tested by
1
test_unpickle_v2
Method · 0.72