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

Function test_init_colors

tests/test_oinspect.py:582–586  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

580
581
582def test_init_colors():
583 # ensure colors are not present in signature info
584 info = inspector.info(HasSignature)
585 init_def = info["init_definition"]
586 assert "[0m" not in init_def
587
588
589def test_builtin_init():

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…