Searched defs:fixers (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
D | support.py | 33 def get_refactorer(fixer_pkg="lib2to3", fixers=None, options=None): argument
|
D | test_refactor.py | 47 def rt(self, options=None, fixers=_DEFAULT_FIXERS, explicit=None): argument 179 def check_file_refactoring(self, test_file, fixers=_2TO3_FIXERS): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | main.py | 31 def __init__(self, fixers, options, explicit, nobackups, show_diffs): argument
|
D | refactor.py | 479 def traverse_by(self, fixers, traversal): argument
|