HomeSort by relevance Sort by last modified time
    Searched defs:refactor (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 6 Used as a main program, this can refactor any number of files and/or
289 def refactor(self, items, write=False, doctests_only=False): member in class:RefactoringTool
290 """Refactor a list of files and directories."""
299 """Descends down a directory and refactor every Python file found.
358 """Refactor a given input string.
696 def refactor(self, items, write=False, doctests_only=False, member in class:MultiprocessRefactoringTool
699 return super(MultiprocessRefactoringTool, self).refactor(
714 super(MultiprocessRefactoringTool, self).refactor(items, write,
  /external/python/cpython2/Lib/lib2to3/
refactor.py 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): member in class:RefactoringTool
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, member in class:MultiprocessRefactoringTool
705 return super(MultiprocessRefactoringTool, self).refactor(
720 super(MultiprocessRefactoringTool, self).refactor(items, write
    [all...]
  /external/python/cpython3/Lib/lib2to3/
refactor.py 6 Used as a main program, this can refactor any number of files and/or
196 # When this is True, the refactor*() methods will call write_file() for
198 # and only if the refactor method's write parameter was True.
291 def refactor(self, items, write=False, doctests_only=False): member in class:RefactoringTool
292 """Refactor a list of files and directories."""
301 """Descends down a directory and refactor every Python file found.
360 """Refactor a given input string.
699 def refactor(self, items, write=False, doctests_only=False, member in class:MultiprocessRefactoringTool
702 return super(MultiprocessRefactoringTool, self).refactor(
717 super(MultiprocessRefactoringTool, self).refactor(items, write
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
refactor.py 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): member in class:RefactoringTool
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, member in class:MultiprocessRefactoringTool
705 return super(MultiprocessRefactoringTool, self).refactor(
720 super(MultiprocessRefactoringTool, self).refactor(items, write
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
refactor.py 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): member in class:RefactoringTool
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, member in class:MultiprocessRefactoringTool
705 return super(MultiprocessRefactoringTool, self).refactor(
720 super(MultiprocessRefactoringTool, self).refactor(items, write
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 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): member in class:RefactoringTool
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, member in class:MultiprocessRefactoringTool
705 return super(MultiprocessRefactoringTool, self).refactor(
720 super(MultiprocessRefactoringTool, self).refactor(items, write
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 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): member in class:RefactoringTool
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, member in class:MultiprocessRefactoringTool
705 return super(MultiprocessRefactoringTool, self).refactor(
720 super(MultiprocessRefactoringTool, self).refactor(items, write
    [all...]

Completed in 1311 milliseconds