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

Method _log_format_default

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

Source from the content-addressed store, hash-verified

210 examples = _create_examples
211 auto_create = Bool(True)
212 def _log_format_default(self):
213 return "[%(name)s] %(message)s"
214
215 def _copy_config_files_default(self):
216 return True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected