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

Method check_security_dir

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

Source from the content-addressed store, hash-verified

141
142 @observe('security_dir')
143 def check_security_dir(self, change=None):
144 self._mkdir(self.security_dir, 0o40700)
145
146 @observe('pid_dir')
147 def check_pid_dir(self, change=None):

Callers 1

check_dirsMethod · 0.95

Calls 1

_mkdirMethod · 0.95

Tested by

no test coverage detected