Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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_dirs
Method · 0.95
Calls
1
_mkdir
Method · 0.95
Tested by
no test coverage detected