MCPcopy Create free account
hub / github.com/ipython/ipython / check_log_dir

Method check_log_dir

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

Source from the content-addressed store, hash-verified

104
105 @observe('log_dir')
106 def check_log_dir(self, change=None):
107 self._mkdir(self.log_dir)
108
109 @observe('startup_dir')
110 def check_startup_dir(self, change=None):

Callers 1

check_dirsMethod · 0.95

Calls 1

_mkdirMethod · 0.95

Tested by

no test coverage detected