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

Method _copy_config_files_default

IPython/core/profileapp.py:215–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 return "[%(name)s] %(message)s"
214
215 def _copy_config_files_default(self):
216 return True
217
218 parallel = Bool(False,
219 help="whether to include parallel computing config files"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected