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

Function get_ipython_module_path

IPython/utils/path.py:271–274  ·  view source on GitHub ↗
(module_str)

Source from the content-addressed store, hash-verified

269
270@undoc
271def get_ipython_module_path(module_str):
272 warn("get_ipython_module_path has moved to the IPython.paths module since IPython 4.0.", DeprecationWarning, stacklevel=2)
273 from IPython.paths import get_ipython_module_path
274 return get_ipython_module_path(module_str)
275
276@undoc
277def locate_profile(profile='default'):

Callers

nothing calls this directly

Calls 1

get_ipython_module_pathFunction · 0.90

Tested by

no test coverage detected