()
| 257 | |
| 258 | @undoc |
| 259 | def 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 |
| 265 | def get_ipython_package_dir(): |
nothing calls this directly
no test coverage detected