Searched defs:fixer_names (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/distutils/ |
D | util.py | 470 def run_2to3(files, fixer_names=None, options=None, explicit=None): argument 497 def copydir_run_2to3(src, dest, template=None, fixer_names=None, argument 538 fixer_names = None variable in Mixin2to3
|
/external/python/cpython3/Lib/lib2to3/ |
D | refactor.py | 163 def __init__(self, fixer_names, options=None, explicit=None): argument
|
/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 182 def __init__(self, fixer_names, options=None, explicit=None): argument
|