Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ start
Method
start
tests/AsyncCrawlerRunner/reactorless_simple.py:12–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
name =
"no_request"
11
12
async
def
start(self):
13
self.logger.info(f
"is_reactorless(): {is_reactorless()}"
)
14
return
15
yield
16
17
18
async
def
main() -> None:
Callers
nothing calls this directly
Calls
2
is_reactorless
Function · 0.90
info
Method · 0.80
Tested by
no test coverage detected