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