Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dutil.py485 def run_2to3(files, fixer_names=None, options=None, explicit=None): function
561 def run_2to3(self, files): member in Mixin2to3