Home
last modified time | relevance | path

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

/external/pigweed/pw_env_setup/py/pw_env_setup/
Dshell_visitor.py41 inspect.cleandoc('''
/external/python/cpython2/Lib/
Dast.py199 return inspect.cleandoc(node.body[0].value.s)
Dinspect.py366 return cleandoc(doc)
368 def cleandoc(doc): function
/external/autotest/server/hosts/
Dhost_info_unittest.py491 self.assertEqual(serialized_fp.getvalue(), inspect.cleandoc(expected))
/external/python/cpython2/Doc/library/
Dinspect.rst399 Get the documentation string for an object, cleaned up with :func:`cleandoc`.
446 .. function:: cleandoc(doc)
Dast.rst151 indentation with :func:`inspect.cleandoc`.
/external/python/cpython2/Lib/test/
Dtest_inspect.py269 self.assertEqual(inspect.cleandoc('An\n indented\n docstring.'),
/external/python/cpython3/Lib/
Dinspect.py624 return cleandoc(doc)
626 def cleandoc(doc): function
Dast.py292 text = inspect.cleandoc(text)
Dpydoc.py183 return inspect.cleandoc(doc)
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst385 inspect.cleandoc() to ease standalone use.
/external/python/cpython3/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`.
/external/python/cpython3/Lib/test/
Dtest_inspect.py464 self.assertEqual(inspect.cleandoc('An\n indented\n docstring.'),