MCPcopy Create free account
hub / github.com/ipython/ipython / getdoc

Method getdoc

IPython/core/tests/test_oinspect.py:244–245  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

242 class B(object):
243 """standard docstring"""
244 def getdoc(self):
245 return "custom docstring"
246
247 class C(object):
248 """standard docstring"""

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected