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