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

Function ignore_CTRL_C

pydev_ipython/inputhook.py:43–45  ·  view source on GitHub ↗

Ignore CTRL+C (not implemented).

()

Source from the content-addressed store, hash-verified

41
42
43def ignore_CTRL_C():
44 """Ignore CTRL+C (not implemented)."""
45 pass
46
47
48def allow_CTRL_C():

Callers 3

inputhook_qt4Function · 0.90
inputhook_qt6Function · 0.90
inputhook_qt5Function · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected