Home
last modified time | relevance | path

Searched refs:get_runners (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/scripts/west_commands/tests/
Dtest_imports.py14 runner_names = set(r.name() for r in ZephyrBinaryRunner.get_runners())
/Zephyr-Core-3.5.0/scripts/west_commands/runners/
D__init__.py66 for cls in ZephyrBinaryRunner.get_runners():
Dcore.py425 def get_runners() -> List[Type['ZephyrBinaryRunner']]: member in ZephyrBinaryRunner
/Zephyr-Core-3.5.0/scripts/west_commands/
Drun_common.py457 ZephyrBinaryRunner.get_runners()))
475 all_cls = {cls.name(): cls for cls in ZephyrBinaryRunner.get_runners()
541 all_cls = {cls.name(): cls for cls in ZephyrBinaryRunner.get_runners() if