Searched defs:fixers (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_refactor.py | 42 def rt(self, options=None, fixers=_DEFAULT_FIXERS, explicit=None): argument 184 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS, argument 215 def refactor_file(self, test_file, fixers=_2TO3_FIXERS): argument
|
D | support.py | 37 def get_refactorer(fixer_pkg="lib2to3", fixers=None, options=None): argument
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | support.py | 33 def get_refactorer(fixer_pkg="lib2to3", fixers=None, options=None): argument
|
D | test_refactor.py | 48 def rt(self, options=None, fixers=_DEFAULT_FIXERS, explicit=None): argument 186 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS, argument
|
/external/python/cpython3/Lib/lib2to3/ |
D | main.py | 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs, argument
|
D | refactor.py | 469 def traverse_by(self, fixers, traversal): argument
|
/external/python/cpython2/Lib/lib2to3/ |
D | main.py | 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs, argument
|
D | refactor.py | 484 def traverse_by(self, fixers, traversal): argument
|