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

Class A

tests/test_oinspect.py:272–275  ·  view source on GitHub ↗

standard docstring

Source from the content-addressed store, hash-verified

270
271def test_getdoc():
272 class A(object):
273 """standard docstring"""
274
275 pass
276
277 class B(object):
278 """standard docstring"""

Calls

no outgoing calls

Tested by 2

test_getdocFunction · 0.56