HomeSort by relevance Sort by last modified time
    Searched full:check_instances (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 42 def check_instances(self, instances, classes): member in class:TestRefactoringTool
147 self.check_instances(pre, [FixPreorder])
148 self.check_instances(post, [FixFirst, FixParrot, FixLast])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 42 def check_instances(self, instances, classes): member in class:TestRefactoringTool
147 self.check_instances(pre, [FixPreorder])
148 self.check_instances(post, [FixFirst, FixParrot, FixLast])

Completed in 421 milliseconds