Home | History | Annotate | Download | only in lib2to3

Lines Matching defs:refactor

6 Used as a main program, this can refactor any number of files and/or
199 # When this is True, the refactor*() methods will call write_file() for
201 # and only if the refactor method's write parameter was True.
294 def refactor(self, items, write=False, doctests_only=False):
295 """Refactor a list of files and directories."""
304 """Descends down a directory and refactor every Python file found.
363 """Refactor a given input string.
702 def refactor(self, items, write=False, doctests_only=False,
705 return super(MultiprocessRefactoringTool, self).refactor(
720 super(MultiprocessRefactoringTool, self).refactor(items, write,