Searched refs:run_2to3 (Results 1 – 5 of 5) sorted by relevance
/external/python/setuptools/setuptools/command/ |
D | build_py.py | 19 def run_2to3(self, files, doctests=True): member in Mixin2to3 55 self.run_2to3(self.__updated_files, False) 56 self.run_2to3(self.__updated_files, True) 57 self.run_2to3(self.__doctests_2to3, True)
|
/external/python/setuptools/setuptools/ |
D | lib2to3_ex.py | 29 def run_2to3(self, files, doctests=False): member in Mixin2to3 44 _Mixin2to3.run_2to3(self, files)
|
/external/python/cpython3/Lib/distutils/ |
D | util.py | 470 def run_2to3(files, fixer_names=None, options=None, explicit=None): function 526 run_2to3([fn for fn in copied if fn.lower().endswith('.py')], 546 def run_2to3(self, files): member in Mixin2to3 547 return run_2to3(files, self.fixer_names, self.options, self.explicit)
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_scripts.py | 159 self.run_2to3(updated_files)
|
D | build_py.py | 406 self.run_2to3(self.updated_files)
|