(self)
| 57 | |
| 58 | @property |
| 59 | def ipython_extension_dir(self): |
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected