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

Function test_pinfo_magic

tests/test_oinspect.py:574–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

572
573
574def test_pinfo_magic():
575 with AssertPrints("Docstring:"):
576 ip._inspect("pinfo", "lsmagic", detail_level=0)
577
578 with AssertPrints("Source:"):
579 ip._inspect("pinfo", "lsmagic", detail_level=1)
580
581
582def test_init_colors():

Callers

nothing calls this directly

Calls 2

AssertPrintsClass · 0.90
_inspectMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…