Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_get_ipython_module_path
Function
test_get_ipython_module_path
IPython/core/tests/test_paths.py:198–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
197
198
def
test_get_ipython_module_path():
199
ipapp_path = paths.get_ipython_module_path(
'IPython.terminal.ipapp'
)
200
assert_isfile(ipapp_path)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected