Searched refs:cleandoc (Results 1 – 6 of 6) sorted by relevance
624 return cleandoc(doc)626 def cleandoc(doc): function
292 text = inspect.cleandoc(text)
183 return inspect.cleandoc(doc)
474 Get the documentation string for an object, cleaned up with :func:`cleandoc`.537 .. function:: cleandoc(doc)
1603 :func:`inspect.cleandoc`.
464 self.assertEqual(inspect.cleandoc('An\n indented\n docstring.'),