MCPcopy Index your code
hub / github.com/ipython/ipython / check_log_dir

Method check_log_dir

IPython/core/profiledir.py:122–123  ·  view source on GitHub ↗
(self, change=None)

Source from the content-addressed store, hash-verified

120
121 @observe('log_dir')
122 def check_log_dir(self, change=None):
123 self._mkdir(self.log_dir)
124
125 @observe('startup_dir')
126 def check_startup_dir(self, change=None):

Callers 1

check_dirsMethod · 0.95

Calls 1

_mkdirMethod · 0.95

Tested by

no test coverage detected