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

Method _profile_dir_default

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

Source from the content-addressed store, hash-verified

219
220 @default('profile_dir')
221 def _profile_dir_default(self):
222 # avoid recursion
223 if self._in_init_profile_dir:
224 return
225 # profile_dir requested early, force initialization
226 self.init_profile_dir()
227 return self.profile_dir
228
229 overwrite = Bool(False,
230 help="""Whether to overwrite existing config files when copying"""

Callers

nothing calls this directly

Calls 1

init_profile_dirMethod · 0.95

Tested by

no test coverage detected