Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ start_fn
Method
start_fn
tests/test_engine_loop.py:153–155 ·
view source on GitHub ↗
(spider)
Source
from the content-addressed store, hash-verified
151
if
start_fn is None:
152
153
async
def
start_fn(spider):
154
for
num in start_nums:
155
yield
self.request(num, response_seconds, download_slots)
156
157
if
parse_fn is None:
158
Callers
nothing calls this directly
Calls
1
request
Method · 0.95
Tested by
no test coverage detected