Searched refs:refactor_string (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_refactor.py | 159 tree = rt.refactor_string(input, "<test>") 163 tree = rt.refactor_string(input, "<test>")
|
D | test_fixers.py | 32 tree = self.refactor.refactor_string(before, self.filename)
|
/external/python/cpython3/Lib/lib2to3/ |
D | refactor.py | 335 tree = self.refactor_string(input, filename) 343 def refactor_string(self, data, name): member in RefactoringTool 380 tree = self.refactor_string(input, "<stdin>")
|
/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 354 tree = self.refactor_string(input, filename) 362 def refactor_string(self, data, name): member in RefactoringTool 399 tree = self.refactor_string(input, "<stdin>")
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_refactor.py | 153 tree = rt.refactor_string(input, "<test>") 157 tree = rt.refactor_string(input, "<test>")
|
D | test_fixers.py | 31 tree = self.refactor.refactor_string(before, self.filename)
|