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

Function get_ipython_cache_dir

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

Source from the content-addressed store, hash-verified

257
258@undoc
259def get_ipython_cache_dir():
260 warn("get_ipython_cache_dir has moved to the IPython.paths module since IPython 4.0.", DeprecationWarning, stacklevel=2)
261 from IPython.paths import get_ipython_cache_dir
262 return get_ipython_cache_dir()
263
264@undoc
265def get_ipython_package_dir():

Callers

nothing calls this directly

Calls 1

get_ipython_cache_dirFunction · 0.90

Tested by

no test coverage detected