Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/scripts/ci/
Dcheck_compliance.py1179 def inheritors(klass): function
1271 for testcase in inheritors(ComplianceTest):
1297 for testcase in inheritors(ComplianceTest):
1332 for testcase in inheritors(ComplianceTest)}
/Zephyr-Core-3.5.0/scripts/west_commands/runners/
Dcore.py427 def inheritors(klass): function
439 return inheritors(ZephyrBinaryRunner)