(self, change)
| 711 | #------------------------------------------------------------------------- |
| 712 | @observe('ipython_dir') |
| 713 | def _ipython_dir_changed(self, change): |
| 714 | ensure_dir_exists(change['new']) |
| 715 | |
| 716 | def set_autoindent(self,value=None): |
| 717 | """Set the autoindent flag. |
nothing calls this directly
no test coverage detected