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

Class B

IPython/core/tests/test_oinspect.py:242–245  ·  view source on GitHub ↗

standard docstring

Source from the content-addressed store, hash-verified

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

Callers 1

test_getdocFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_getdocFunction · 0.56