(self, change)
| 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." |
nothing calls this directly
no outgoing calls
no test coverage detected