HomeSort by relevance Sort by last modified time
    Searched refs:refactor_docstring (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 296 out = rt.refactor_docstring(doc, "<test>")
303 out = rt.refactor_docstring(doc, "<test>")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 296 out = rt.refactor_docstring(doc, "<test>")
303 out = rt.refactor_docstring(doc, "<test>")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
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 class:RefactoringTool
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
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 class:RefactoringTool

Completed in 104 milliseconds