Home
last modified time | relevance | path

Searched refs:cleandoc (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/
Dinspect.py742 return cleandoc(doc)
744 def cleandoc(doc): function
Dast.py295 text = inspect.cleandoc(text)
Dpydoc.py183 return inspect.cleandoc(doc)
/third_party/python/Doc/library/
Dinspect.rst480 Get the documentation string for an object, cleaned up with :func:`cleandoc`.
543 .. function:: cleandoc(doc)
Dast.rst1997 :func:`inspect.cleandoc`.
/third_party/python/Lib/test/
Dtest_patma.py2649 compile(inspect.cleandoc(code), "<test>", "exec")
Dtest_inspect.py469 self.assertEqual(inspect.cleandoc('An\n indented\n docstring.'),