Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dinspect.py624 return cleandoc(doc)
626 def cleandoc(doc): function
Dast.py292 text = inspect.cleandoc(text)
Dpydoc.py183 return inspect.cleandoc(doc)
/third_party/python/Doc/library/
Dinspect.rst474 Get the documentation string for an object, cleaned up with :func:`cleandoc`.
537 .. function:: cleandoc(doc)
Dast.rst1603 :func:`inspect.cleandoc`.
/third_party/python/Lib/test/
Dtest_inspect.py464 self.assertEqual(inspect.cleandoc('An\n indented\n docstring.'),