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

Method _ipython_dir_changed

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ensure_dir_existsFunction · 0.90

Tested by

no test coverage detected