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

Function test_pinfo_magic

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

Source from the content-addressed store, hash-verified

378
379
380def test_pinfo_magic():
381 with AssertPrints('Docstring:'):
382 ip._inspect('pinfo', 'lsmagic', detail_level=0)
383
384 with AssertPrints('Source:'):
385 ip._inspect('pinfo', 'lsmagic', detail_level=1)
386
387
388def test_init_colors():

Callers

nothing calls this directly

Calls 2

AssertPrintsClass · 0.90
_inspectMethod · 0.80

Tested by

no test coverage detected