MCPcopy Index your code
hub / github.com/python/cpython / _getdoc

Function _getdoc

Lib/pydoc.py:132–135  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

130 return dirs
131
132def _getdoc(object):
133 return inspect.getdoc(object,
134 fallback_to_class_doc=False,
135 inherit_class_doc=False)
136
137def getdoc(object):
138 """Get the doc string or comments for an object."""

Callers 2

getdocFunction · 0.85
render_docFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…