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

Method set_hook

pydev_ipython/inputhookqt6.py:39–42  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

37 return cls._instance
38
39 def set_hook(self, *args, **kwargs):
40 # We don't consider the pre_prompt_hook because we don't have
41 # KeyboardInterrupts to consider since we are running under PyDev
42 pass
43
44
45# -----------------------------------------------------------------------------

Callers 1

create_inputhook_qt6Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected