Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ test_non_extension
Function
test_non_extension
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
assert em.load_extension(
"sys"
) ==
"no load function"
Callers
nothing calls this directly
Calls
2
load_extension
Method · 0.80
get_ipython
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…