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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 185 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS, member in class:TestRefactoringTool
216 self.check_file_refactoring(test_file, _DEFAULT_FIXERS)
223 self.check_file_refactoring(test_file, fixers=(),
272 self.check_file_refactoring(fn)
276 data = self.check_file_refactoring(fn)
285 self.check_file_refactoring(fn, fixes)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 185 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS, member in class:TestRefactoringTool
216 self.check_file_refactoring(test_file, _DEFAULT_FIXERS)
223 self.check_file_refactoring(test_file, fixers=(),
272 self.check_file_refactoring(fn)
276 data = self.check_file_refactoring(fn)
285 self.check_file_refactoring(fn, fixes)

Completed in 156 milliseconds