Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ deferred_from_coro
Function
deferred_from_coro
scrapy/utils/defer.py:384–384 ·
view source on GitHub ↗
(o: Awaitable[_T])
Source
from the content-addressed store, hash-verified
382
383
@overload
384
def
deferred_from_coro(o: Awaitable[_T]) -> Deferred[_T]: ...
385
386
387
@overload
Callers
15
crawl
Method · 0.90
stop
Method · 0.90
stop
Method · 0.90
_stop_dfd
Method · 0.90
wrapped
Function · 0.90
iterate_spider_output
Function · 0.90
iterate_spider_output
Method · 0.90
open_spider
Method · 0.90
close_spider
Method · 0.90
call_spider
Method · 0.90
handle_spider_output
Method · 0.90
_process_spidermw_output
Method · 0.90
Calls
1
is_asyncio_available
Function · 0.90
Tested by
15
_crawl
Method · 0.72
test_deferred
Method · 0.72
test_object
Method · 0.72
test_coroutine
Method · 0.72
test_coroutine_asyncio
Method · 0.72
test_future
Method · 0.72
test_wrapped_coroutine
Method · 0.72
test_wrapped_coroutine_asyncio
Method · 0.72
test_wrapped_coroutine
Method · 0.72
test_wrapped_coroutine_asyncio
Method · 0.72
test_timeout_download_from_spider_nodata_rcvd
Method · 0.72
test_timeout_download_from_spider_server_hangs
Method · 0.72