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

Method _profile_changed

IPython/core/application.py:182–185  ·  view source on GitHub ↗
(self, change)

Source from the content-addressed store, hash-verified

180
181 @observe('profile')
182 def _profile_changed(self, change):
183 self.builtin_profile_dir = os.path.join(
184 get_ipython_package_dir(), u'config', u'profile', change['new']
185 )
186
187 add_ipython_dir_to_sys_path = Bool(
188 False,

Callers

nothing calls this directly

Calls 1

get_ipython_package_dirFunction · 0.90

Tested by

no test coverage detected