HomeSort by relevance Sort by last modified time
    Searched refs:refactor_stdin (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 178 refactor_stdin = False
208 refactor_stdin = True
255 if refactor_stdin:
256 rt.refactor_stdin()
refactor.py 389 def refactor_stdin(self, doctests_only=False): member in class:RefactoringTool
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 178 refactor_stdin = False
208 refactor_stdin = True
255 if refactor_stdin:
256 rt.refactor_stdin()
refactor.py 389 def refactor_stdin(self, doctests_only=False): member in class:RefactoringTool
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 177 rt.refactor_stdin()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 177 rt.refactor_stdin()

Completed in 136 milliseconds