Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ start
Method
start
tests/AsyncCrawlerProcess/simple.py:9–12 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
7
name =
"no_request"
8
9
async
def
start(self):
10
self.logger.info(f
"is_reactorless(): {is_reactorless()}"
)
11
return
12
yield
13
14
15
process = AsyncCrawlerProcess(settings={})
Callers
1
simple.py
File · 0.45
Calls
2
is_reactorless
Function · 0.90
info
Method · 0.80
Tested by
no test coverage detected