(self, change)
| 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=""" |
nothing calls this directly
no test coverage detected