Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py301 out = rt.refactor_docstring(doc, "<test>")
308 out = rt.refactor_docstring(doc, "<test>")
/external/python/cpython3/Lib/lib2to3/
Drefactor.py329 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/
Drefactor.py348 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/
Dtest_refactor.py312 out = rt.refactor_docstring(doc, "<test>")
319 out = rt.refactor_docstring(doc, "<test>")