(self, ipython_dir)
| 731 | #------------------------------------------------------------------------- |
| 732 | |
| 733 | def init_ipython_dir(self, ipython_dir): |
| 734 | if ipython_dir is not None: |
| 735 | self.ipython_dir = ipython_dir |
| 736 | return |
| 737 | |
| 738 | self.ipython_dir = get_ipython_dir() |
| 739 | |
| 740 | def init_profile_dir(self, profile_dir): |
| 741 | if profile_dir is not None: |
no test coverage detected