Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py43 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/
Dtest_refactor.py37 def check_instances(self, instances, classes): member in TestRefactoringTool
142 self.check_instances(pre, [FixPreorder])
143 self.check_instances(post, [FixFirst, FixParrot, FixLast])