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

Method _profile_changed

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

Source from the content-addressed store, hash-verified

157
158 @observe('profile')
159 def _profile_changed(self, change):
160 self.builtin_profile_dir = os.path.join(
161 get_ipython_package_dir(), u'config', u'profile', change['new']
162 )
163
164 ipython_dir = Unicode(
165 help="""

Callers

nothing calls this directly

Calls 1

get_ipython_package_dirFunction · 0.90

Tested by

no test coverage detected