Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_non_extension
Function
test_non_extension
IPython/core/tests/test_extension.py:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
93
94
def
test_non_extension():
95
em = get_ipython().extension_manager
96
nt.assert_equal(em.load_extension(
'sys'
),
"no load function"
)
Callers
nothing calls this directly
Calls
2
load_extension
Method · 0.80
get_ipython
Function · 0.50
Tested by
no test coverage detected