Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
395
def
test_builtin_init():
396
info = inspector.info(list)
397
init_def = info[
'init_definition'
]
398
nt.assert_is_not_none(init_def)
399
400
401
def
test_render_signature_short():
Callers
nothing calls this directly
Calls
1
info
Method · 0.80
Tested by
no test coverage detected