MCPcopy
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
384def deferred_from_coro(o: Awaitable[_T]) -> Deferred[_T]: ...
385
386
387@overload

Callers 15

crawlMethod · 0.90
stopMethod · 0.90
stopMethod · 0.90
_stop_dfdMethod · 0.90
wrappedFunction · 0.90
iterate_spider_outputFunction · 0.90
iterate_spider_outputMethod · 0.90
open_spiderMethod · 0.90
close_spiderMethod · 0.90
call_spiderMethod · 0.90
handle_spider_outputMethod · 0.90

Calls 1

is_asyncio_availableFunction · 0.90