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

Function test_get_ipython_package_dir

IPython/core/tests/test_paths.py:193–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 paths.get_ipython_dir())
192
193def test_get_ipython_package_dir():
194 ipdir = paths.get_ipython_package_dir()
195 assert_isdir(ipdir)
196
197
198def test_get_ipython_module_path():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected