(self, change)
| 60 | return os.path.join(self.shell.ipython_dir, u'extensions') |
| 61 | |
| 62 | def _on_ipython_dir_changed(self, change): |
| 63 | ensure_dir_exists(self.ipython_extension_dir) |
| 64 | |
| 65 | def load_extension(self, module_str): |
| 66 | """Load an IPython extension by its module name. |
nothing calls this directly
no test coverage detected