Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ start
Method
start
tests/test_spidermiddleware_output_chain.py:47–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
45
}
46
47
async
def
start(self):
48
yield
Request(self.mockserver.url(
"/status?n=200"
))
49
50
def
parse(self, response):
51
yield
{
"test"
: 1}
Callers
nothing calls this directly
Calls
2
Request
Class · 0.90
url
Method · 0.45
Tested by
no test coverage detected