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

Method ipython_extension_dir

IPython/core/extensions.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected