MCPcopy
hub / github.com/scrapy/scrapy / _get_mwlist_from_settings

Method _get_mwlist_from_settings

scrapy/extension.py:22–25  ·  view source on GitHub ↗
(cls, settings: Settings)

Source from the content-addressed store, hash-verified

20
21 @classmethod
22 def _get_mwlist_from_settings(cls, settings: Settings) -> list[Any]:
23 return build_component_list(
24 settings.get_component_priority_dict_with_base("EXTENSIONS")
25 )

Callers

nothing calls this directly

Tested by

no test coverage detected