MCPcopy Create free account
hub / github.com/ipython/ipython / _on_ipython_dir_changed

Method _on_ipython_dir_changed

IPython/core/extensions.py:62–63  ·  view source on GitHub ↗
(self, change)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

ensure_dir_existsFunction · 0.90

Tested by

no test coverage detected