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

Function allow_CTRL_C

pydev_ipython/inputhook.py:48–50  ·  view source on GitHub ↗

Take CTRL+C into account (not implemented).

()

Source from the content-addressed store, hash-verified

46
47
48def allow_CTRL_C():
49 """Take CTRL+C into account (not implemented)."""
50 pass
51
52
53# -----------------------------------------------------------------------------

Callers 3

inputhook_qt4Function · 0.90
inputhook_qt6Function · 0.90
inputhook_qt5Function · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected