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

Function _ignore_CTRL_C_other

IPython/lib/inputhook.py:77–79  ·  view source on GitHub ↗

Ignore CTRL+C (not implemented).

()

Source from the content-addressed store, hash-verified

75 signal.signal(signal.SIGINT, signal.default_int_handler)
76
77def _ignore_CTRL_C_other():
78 """Ignore CTRL+C (not implemented)."""
79 pass
80
81def _allow_CTRL_C_other():
82 """Take CTRL+C into account (not implemented)."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected