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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 28 _DEFAULT_FIXERS = refactor.get_fixers_from_package("myfixes")
47 def rt(self, options=None, fixers=_DEFAULT_FIXERS, explicit=None):
173 rt = MyRT(_DEFAULT_FIXERS)
216 self.check_file_refactoring(test_file, _DEFAULT_FIXERS)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 28 _DEFAULT_FIXERS = refactor.get_fixers_from_package("myfixes")
47 def rt(self, options=None, fixers=_DEFAULT_FIXERS, explicit=None):
173 rt = MyRT(_DEFAULT_FIXERS)
216 self.check_file_refactoring(test_file, _DEFAULT_FIXERS)

Completed in 119 milliseconds