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

Method _reset

IPython/lib/inputhook.py:126–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 self._reset()
125
126 def _reset(self):
127 self._callback_pyfunctype = None
128 self._callback = None
129 self._installed = False
130 self._current_gui = None
131
132 def get_pyos_inputhook(self):
133 """DEPRECATED since IPython 5.0

Callers 2

__init__Method · 0.95
clear_inputhookMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected