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

Function get_ipython_dir

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

Source from the content-addressed store, hash-verified

251
252@undoc
253def get_ipython_dir():
254 warn("get_ipython_dir has moved to the IPython.paths module since IPython 4.0.", DeprecationWarning, stacklevel=2)
255 from IPython.paths import get_ipython_dir
256 return get_ipython_dir()
257
258@undoc
259def get_ipython_cache_dir():

Callers

nothing calls this directly

Calls 1

get_ipython_dirFunction · 0.90

Tested by

no test coverage detected