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

Class C

IPython/core/tests/test_oinspect.py:247–250  ·  view source on GitHub ↗

standard docstring

Source from the content-addressed store, hash-verified

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

Callers 1

test_getdocFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_getdocFunction · 0.56