HomeSort by relevance Sort by last modified time
    Searched refs:check_file_refactoring (Results 1 - 3 of 3) 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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_refactor.py 179 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS): member in class:TestRefactoringTool
200 self.check_file_refactoring(test_file, _DEFAULT_FIXERS)
236 self.check_file_refactoring(fn)
240 data = self.check_file_refactoring(fn)
249 self.check_file_refactoring(fn, fixes)

Completed in 106 milliseconds