()
| 263 | |
| 264 | @undoc |
| 265 | def get_ipython_package_dir(): |
| 266 | warn("get_ipython_package_dir has moved to the IPython.paths module since IPython 4.0.", DeprecationWarning, stacklevel=2) |
| 267 | from IPython.paths import get_ipython_package_dir |
| 268 | return get_ipython_package_dir() |
| 269 | |
| 270 | @undoc |
| 271 | def get_ipython_module_path(module_str): |
no test coverage detected