Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ __init__
Method
__init__
tests/test_scheduler.py:357–359 ·
view source on GitHub ↗
(self, start_urls)
Source
from the content-addressed store, hash-verified
355
356
class
StartUrlsSpider(Spider):
357
def
__init__(self, start_urls):
358
self.start_urls = start_urls
359
super().__init__(name=
"StartUrlsSpider"
)
360
361
def
parse(self, response):
362
pass
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected