Home
last modified time | relevance | path

Searched refs:run_2to3 (Results 1 – 5 of 5) sorted by relevance

/external/python/setuptools/setuptools/command/
Dbuild_py.py19 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/
Dlib2to3_ex.py29 def run_2to3(self, files, doctests=False): member in Mixin2to3
44 _Mixin2to3.run_2to3(self, files)
/external/python/cpython3/Lib/distutils/
Dutil.py470 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/
Dbuild_scripts.py159 self.run_2to3(updated_files)
Dbuild_py.py406 self.run_2to3(self.updated_files)