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

Class A

IPython/core/tests/test_oinspect.py:238–240  ·  view source on GitHub ↗

standard docstring

Source from the content-addressed store, hash-verified

236
237def test_getdoc():
238 class A(object):
239 """standard docstring"""
240 pass
241
242 class B(object):
243 """standard docstring"""

Calls

no outgoing calls

Tested by 2

test_getdocFunction · 0.56