Searched refs:cleandoc (Results 1 – 7 of 7) sorted by relevance
742 return cleandoc(doc)744 def cleandoc(doc): function
295 text = inspect.cleandoc(text)
183 return inspect.cleandoc(doc)
480 Get the documentation string for an object, cleaned up with :func:`cleandoc`.543 .. function:: cleandoc(doc)
1997 :func:`inspect.cleandoc`.
2649 compile(inspect.cleandoc(code), "<test>", "exec")
469 self.assertEqual(inspect.cleandoc('An\n indented\n docstring.'),