MCPcopy
hub / github.com/scrapy/scrapy / coro

Function coro

scrapy/utils/defer.py:572–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

570 return o
571
572 async def coro() -> _T:
573 return o
574
575 return coro()

Callers 1

ensure_awaitableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected