MCPcopy
hub / github.com/scrapy/scrapy / __init__

Method __init__

scrapy/crawler.py:517–519  ·  view source on GitHub ↗
(self, settings: dict[str, Any] | Settings | None = None)

Source from the content-addressed store, hash-verified

515 """
516
517 def __init__(self, settings: dict[str, Any] | Settings | None = None):
518 super().__init__(settings)
519 self._active: set[asyncio.Task[None]] = set()
520
521 def crawl(
522 self,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected