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

Method check_dirs

IPython/core/profiledir.py:130–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 self._mkdir(self.pid_dir, 0o40700)
129
130 def check_dirs(self):
131 self.check_security_dir()
132 self.check_log_dir()
133 self.check_pid_dir()
134 self.check_startup_dir()
135
136 def copy_config_file(self, config_file, path=None, overwrite=False):
137 """Copy a default config file into the active profile directory.

Callers 1

_location_changedMethod · 0.95

Calls 4

check_security_dirMethod · 0.95
check_log_dirMethod · 0.95
check_pid_dirMethod · 0.95
check_startup_dirMethod · 0.95

Tested by

no test coverage detected