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