(cls, settings: Settings)
| 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 | ) |
nothing calls this directly
no test coverage detected