Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_refactor.py260 out = rt.refactor_docstring(doc, "<test>")
267 out = rt.refactor_docstring(doc, "<test>")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Drefactor.py343 output = self.refactor_docstring(input, filename)
388 output = self.refactor_docstring(input, "<stdin>")
546 def refactor_docstring(self, input, filename): member in RefactoringTool