Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ mustbe_deferred
Function
mustbe_deferred
scrapy/utils/defer.py:126–128 ·
view source on GitHub ↗
( f: Callable[_P, Deferred[_T]], *args: _P.args, **kw: _P.kwargs )
Source
from the content-addressed store, hash-verified
124
125
@overload
126
def
mustbe_deferred(
127
f: Callable[_P, Deferred[_T]], *args: _P.args, **kw: _P.kwargs
128
) -> Deferred[_T]: ...
129
130
131
@overload
Callers
2
test_success_function
Method · 0.90
test_unfired_deferred
Method · 0.90
Calls
2
defer_result
Function · 0.85
f
Function · 0.70
Tested by
2
test_success_function
Method · 0.72
test_unfired_deferred
Method · 0.72