MCPcopy Index your code
hub / github.com/ipython/ipython / _ipython_dir_changed

Method _ipython_dir_changed

IPython/core/interactiveshell.py:714–715  ·  view source on GitHub ↗
(self, change)

Source from the content-addressed store, hash-verified

712 #-------------------------------------------------------------------------
713 @observe('ipython_dir')
714 def _ipython_dir_changed(self, change):
715 ensure_dir_exists(change['new'])
716
717 def set_autoindent(self,value=None):
718 """Set the autoindent flag.

Callers

nothing calls this directly

Calls 1

ensure_dir_existsFunction · 0.90

Tested by

no test coverage detected