Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
H A Dutil.py485 def run_2to3(files, fixer_names=None, options=None, explicit=None): function
515 running run_2to3 over all newly copied Python modules afterward.
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/
H A Dbuild_scripts.py159 self.run_2to3(updated_files)
H A Dbuild_py.py406 self.run_2to3(self.updated_files)

Completed in 3 milliseconds