Searched refs:check_instances (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_refactor.py | 43 def check_instances(self, instances, classes): member in TestRefactoringTool 148 self.check_instances(pre, [FixPreorder]) 149 self.check_instances(post, [FixFirst, FixParrot, FixLast])
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_refactor.py | 37 def check_instances(self, instances, classes): member in TestRefactoringTool 142 self.check_instances(pre, [FixPreorder]) 143 self.check_instances(post, [FixFirst, FixParrot, FixLast])
|