Searched refs:inheritors (Results 1 – 2 of 2) sorted by relevance
496 def inheritors(klass): function508 return inheritors(ZephyrBinaryRunner)
1848 def inheritors(klass): function1943 for testcase in sorted(inheritors(ComplianceTest), key=lambda x: x.name):1969 for testcase in inheritors(ComplianceTest):2004 for testcase in inheritors(ComplianceTest)}