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

Method _quick_changed

IPython/terminal/ipapp.py:258–260  ·  view source on GitHub ↗
(self, change)

Source from the content-addressed store, hash-verified

256 ).tag(config=True)
257 @observe('quick')
258 def _quick_changed(self, change):
259 if change['new']:
260 self.load_config_file = lambda *a, **kw: None
261
262 display_banner = Bool(True,
263 help="Whether to display a banner upon starting IPython."

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected