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

Method _ipython_dir_default

IPython/core/application.py:207–214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

205 ).tag(config=True)
206 @default('ipython_dir')
207 def _ipython_dir_default(self):
208 d = get_ipython_dir()
209 self._ipython_dir_changed({
210 'name': 'ipython_dir',
211 'old': d,
212 'new': d,
213 })
214 return d
215
216 _in_init_profile_dir = False
217

Callers

nothing calls this directly

Calls 2

_ipython_dir_changedMethod · 0.95
get_ipython_dirFunction · 0.90

Tested by

no test coverage detected