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

Class C

tests/test_oinspect.py:283–287  ·  view source on GitHub ↗

standard docstring

Source from the content-addressed store, hash-verified

281 return "custom docstring"
282
283 class C(object):
284 """standard docstring"""
285
286 def getdoc(self):
287 return None
288
289 a = A()
290 b = B()

Callers 1

test_getdocFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_getdocFunction · 0.56