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

Function test_builtin_init

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

Source from the content-addressed store, hash-verified

393
394
395def test_builtin_init():
396 info = inspector.info(list)
397 init_def = info['init_definition']
398 nt.assert_is_not_none(init_def)
399
400
401def test_render_signature_short():

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected