Lines Matching defs:options
163 guarantee that users can use in config files, command-line options,
485 def run_2to3(files, fixer_names=None, options=None, explicit=None):
509 r = DistutilsRefactoringTool(fixer_names, options=options)
513 options=None, explicit=None):
542 fixer_names=fixer_names, options=options, explicit=explicit)
555 # options dictionary
556 options = None
562 return run_2to3(files, self.fixer_names, self.options, self.explicit)