Searched defs:fixer_names (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/distutils/ |
D | util.py | 485 def run_2to3(files, fixer_names=None, options=None, explicit=None): argument 512 def copydir_run_2to3(src, dest, template=None, fixer_names=None, argument 553 fixer_names = None variable in Mixin2to3
|
/third_party/python/Lib/lib2to3/ |
D | refactor.py | 164 def __init__(self, fixer_names, options=None, explicit=None): argument
|