Home
last modified time | relevance | path

Searched refs:inheritors (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dcore.py496 def inheritors(klass): function
508 return inheritors(ZephyrBinaryRunner)
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1848 def inheritors(klass): function
1943 for testcase in sorted(inheritors(ComplianceTest), key=lambda x: x.name):
1969 for testcase in inheritors(ComplianceTest):
2004 for testcase in inheritors(ComplianceTest)}