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

Method getdoc

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

Source from the content-addressed store, hash-verified

247 class C(object):
248 """standard docstring"""
249 def getdoc(self):
250 return None
251
252 a = A()
253 b = B()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected