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

Method check_pid_dir

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

Source from the content-addressed store, hash-verified

145
146 @observe('pid_dir')
147 def check_pid_dir(self, change=None):
148 self._mkdir(self.pid_dir, 0o40700)
149
150 def check_dirs(self):
151 self.check_security_dir()

Callers 1

check_dirsMethod · 0.95

Calls 1

_mkdirMethod · 0.95

Tested by

no test coverage detected