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

Function get_ipython_package_dir

IPython/utils/path.py:265–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263
264@undoc
265def get_ipython_package_dir():
266 warn("get_ipython_package_dir has moved to the IPython.paths module since IPython 4.0.", DeprecationWarning, stacklevel=2)
267 from IPython.paths import get_ipython_package_dir
268 return get_ipython_package_dir()
269
270@undoc
271def get_ipython_module_path(module_str):

Callers 2

check_startup_dirMethod · 0.50
copy_config_fileMethod · 0.50

Calls 1

get_ipython_package_dirFunction · 0.90

Tested by

no test coverage detected