Home
last modified time | relevance | path

Searched refs:refactor_stdin (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/lib2to3/
Dmain.py179 refactor_stdin = False
209 refactor_stdin = True
259 if refactor_stdin:
260 rt.refactor_stdin()
Drefactor.py374 def refactor_stdin(self, doctests_only=False): member in RefactoringTool
/third_party/python/Lib/lib2to3/tests/
Dtest_refactor.py176 rt.refactor_stdin()