Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dutil.py485 def run_2to3(files, fixer_names=None, options=None, explicit=None): function
541 run_2to3([fn for fn in copied if fn.lower().endswith('.py')],
561 def run_2to3(self, files): member in Mixin2to3
562 return run_2to3(files, self.fixer_names, self.options, self.explicit)
/third_party/python/Lib/distutils/command/
Dbuild_scripts.py159 self.run_2to3(updated_files)
Dbuild_py.py406 self.run_2to3(self.updated_files)