Searched refs:refactor_docstring (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_refactor.py | 301 out = rt.refactor_docstring(doc, "<test>") 308 out = rt.refactor_docstring(doc, "<test>")
|
/external/python/cpython3/Lib/lib2to3/ |
D | refactor.py | 329 output = self.refactor_docstring(input, filename) 374 output = self.refactor_docstring(input, "<stdin>") 533 def refactor_docstring(self, input, filename): member in RefactoringTool
|
/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 348 output = self.refactor_docstring(input, filename) 393 output = self.refactor_docstring(input, "<stdin>") 552 def refactor_docstring(self, input, filename): member in RefactoringTool
|
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_refactor.py | 312 out = rt.refactor_docstring(doc, "<test>") 319 out = rt.refactor_docstring(doc, "<test>")
|