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

Method check_security_dir

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

Source from the content-addressed store, hash-verified

121
122 @observe('security_dir')
123 def check_security_dir(self, change=None):
124 self._mkdir(self.security_dir, 0o40700)
125
126 @observe('pid_dir')
127 def check_pid_dir(self, change=None):

Callers 1

check_dirsMethod · 0.95

Calls 1

_mkdirMethod · 0.95

Tested by

no test coverage detected