Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ task
Method
task
t/unit/app/test_app.py:703–705 ·
view source on GitHub ↗
(arg: ArgModel)
Source
from the content-addressed store, hash-verified
701
702
@app.task(pydantic=True)
703
def
task(arg: ArgModel):
704
check(arg)
705
return
1
706
707
assert task({
'value'
: 1}) == 1
708
Callers
8
test_task
Method · 0.45
test_task__disable_add_to_parent
Method · 0.45
test_not_implemented
Method · 0.45
test_run_header_not_group
Method · 0.45
test_task
Method · 0.45
test_task_too_many_args
Method · 0.45
test_task_with_type_checking_annotation
Method · 0.45
setup_method
Method · 0.45
Calls
1
RetModel
Class · 0.85
Tested by
no test coverage detected