Home
last modified time | relevance | path

Searched refs:RefactoringTool (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/lib2to3/tests/
Dtest_refactor.py43 return refactor.RefactoringTool(fixers, options, explicit)
166 class MyRT(refactor.RefactoringTool):
251 save_func = refactor.RefactoringTool.refactor_file
252 refactor.RefactoringTool.refactor_file = mock_refactor_file
262 refactor.RefactoringTool.refactor_file = save_func
Dsupport.py50 return refactor.RefactoringTool(fixers, options, explicit=True)
/third_party/python/Lib/distutils/
Dutil.py496 from lib2to3.refactor import RefactoringTool, get_fixers_from_package
497 class DistutilsRefactoringTool(RefactoringTool):
/third_party/python/Lib/lib2to3/
Drefactor.py155 class RefactoringTool(object): class
680 class MultiprocessRefactoringTool(RefactoringTool):
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst405 ``RefactoringTool`` for making ``exec`` a function. Patch by Batuhan