MCPcopy Index your code
hub / github.com/ipython/ipython / getdoc

Method getdoc

tests/test_oinspect.py:280–281  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

278 """standard docstring"""
279
280 def getdoc(self):
281 return "custom docstring"
282
283 class C(object):
284 """standard docstring"""

Callers 5

arg_errMethod · 0.45
oinspect.pyFile · 0.45
getdocFunction · 0.45
aliasMethod · 0.45
test_getdocFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected