MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / clear_inputhook

Method clear_inputhook

pydev_ipython/inputhook.py:94–105  ·  view source on GitHub ↗

Clear input hook. Parameters ---------- app : optional, ignored This parameter is allowed only so that clear_inputhook() can be called with a similar interface as all the ``enable_*`` methods. But the actual value of the parameter is ignored.

(self, app=None)

Source from the content-addressed store, hash-verified

92 self._callback = callback
93
94 def clear_inputhook(self, app=None):
95 """Clear input hook.
96
97 Parameters
98 ----------
99 app : optional, ignored
100 This parameter is allowed only so that clear_inputhook() can be
101 called with a similar interface as all the ``enable_*`` methods. But
102 the actual value of the parameter is ignored. This uniform interface
103 makes it easier to have user-level entry points in the main IPython
104 app like :meth:`enable_gui`."""
105 self._reset()
106
107 def clear_app_refs(self, gui=None):
108 """Clear IPython's internal reference to an application instance.

Callers 13

disable_wxMethod · 0.95
disable_qt4Method · 0.95
disable_qt5Method · 0.95
disable_qt6Method · 0.95
disable_gtkMethod · 0.95
disable_tkMethod · 0.95
disable_glutMethod · 0.95
disable_pygletMethod · 0.95
disable_gtk3Method · 0.95
disable_macMethod · 0.95
inputhook_qt4Function · 0.80
inputhook_qt6Function · 0.80

Calls 1

_resetMethod · 0.95

Tested by

no test coverage detected