MCPcopy
hub / github.com/scrapy/scrapy / from_settings

Method from_settings

scrapy/spiderloader.py:108–109  ·  view source on GitHub ↗
(cls, settings: BaseSettings)

Source from the content-addressed store, hash-verified

106
107 @classmethod
108 def from_settings(cls, settings: BaseSettings) -> Self:
109 return cls(settings)
110
111 def load(self, spider_name: str) -> type[Spider]:
112 """

Callers 1

get_spider_loaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected