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

Function test_builtin_init

tests/test_oinspect.py:589–592  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

587
588
589def test_builtin_init():
590 info = inspector.info(list)
591 init_def = info["init_definition"]
592 assert init_def is not None
593
594
595def test_render_signature_short():

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…