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

Method _config_files_default

IPython/core/application.py:202–203  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

200 config_files = List(Unicode())
201 @default('config_files')
202 def _config_files_default(self):
203 return [self.config_file_name]
204
205 copy_config_files = Bool(False,
206 help="""Whether to install the default config files into the profile dir.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected