Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py29 _DEFAULT_FIXERS = refactor.get_fixers_from_package("myfixes") variable
48 def rt(self, options=None, fixers=_DEFAULT_FIXERS, explicit=None):
174 rt = MyRT(_DEFAULT_FIXERS)
217 self.check_file_refactoring(test_file, _DEFAULT_FIXERS)
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py23 _DEFAULT_FIXERS = refactor.get_fixers_from_package("myfixes") variable
42 def rt(self, options=None, fixers=_DEFAULT_FIXERS, explicit=None):
168 rt = MyRT(_DEFAULT_FIXERS)
221 self.check_file_refactoring(test_file, _DEFAULT_FIXERS)