MCPcopy
hub / github.com/scrapy/scrapy / list

Method list

scrapy/spiderloader.py:129–133  ·  view source on GitHub ↗

Return a list with the names of all spiders available in the project.

(self)

Source from the content-addressed store, hash-verified

127 ]
128
129 def list(self) -> list[str]:
130 """
131 Return a list with the names of all spiders available in the project.
132 """
133 return list(self._spiders.keys())
134
135
136@implementer(ISpiderLoader)

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected