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

Function test_info_awkward

IPython/core/tests/test_oinspect.py:206–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 nt.assert_equal(info['init_docstring'], HasSignature.__init__.__doc__)
205
206def test_info_awkward():
207 # Just test that this doesn't throw an error.
208 inspector.info(Awkward())
209
210def test_bool_raise():
211 inspector.info(NoBoolCall())

Callers

nothing calls this directly

Calls 2

AwkwardClass · 0.85
infoMethod · 0.80

Tested by

no test coverage detected