Searched refs:run_2to3 (Results 1 – 3 of 3) sorted by relevance
485 def run_2to3(files, fixer_names=None, options=None, explicit=None): function541 run_2to3([fn for fn in copied if fn.lower().endswith('.py')],561 def run_2to3(self, files): member in Mixin2to3562 return run_2to3(files, self.fixer_names, self.options, self.explicit)
159 self.run_2to3(updated_files)
406 self.run_2to3(self.updated_files)