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

Method _force_interact_changed

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

Source from the content-addressed store, hash-verified

272 ).tag(config=True)
273 @observe('force_interact')
274 def _force_interact_changed(self, change):
275 if change['new']:
276 self.interact = True
277
278 @observe('file_to_run', 'code_to_run', 'module_to_run')
279 def _file_to_run_changed(self, change):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected