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

Function test_bool_raise

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

Source from the content-addressed store, hash-verified

208 inspector.info(Awkward())
209
210def test_bool_raise():
211 inspector.info(NoBoolCall())
212
213def test_info_serialliar():
214 fib_tracker = [0]

Callers

nothing calls this directly

Calls 2

NoBoolCallClass · 0.85
infoMethod · 0.80

Tested by

no test coverage detected