()
| 251 | |
| 252 | @undoc |
| 253 | def 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 |
| 259 | def get_ipython_cache_dir(): |
nothing calls this directly
no test coverage detected