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

Method inputhook

IPython/terminal/interactiveshell.py:580–582  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

578
579 _inputhook = None
580 def inputhook(self, context):
581 if self._inputhook is not None:
582 self._inputhook(context)
583
584 active_eventloop = None
585 def enable_gui(self, gui=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected