Home
last modified time | relevance | path

Searched refs:refactor_docstring (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/lib2to3/
Drefactor.py333 output = self.refactor_docstring(input, filename)
378 output = self.refactor_docstring(input, "<stdin>")
537 def refactor_docstring(self, input, filename): member in RefactoringTool
/third_party/python/Lib/lib2to3/tests/
Dtest_refactor.py316 out = rt.refactor_docstring(doc, "<test>")
323 out = rt.refactor_docstring(doc, "<test>")