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

Function _allow_CTRL_C_other

IPython/lib/inputhook.py:81–83  ·  view source on GitHub ↗

Take CTRL+C into account (not implemented).

()

Source from the content-addressed store, hash-verified

79 pass
80
81def _allow_CTRL_C_other():
82 """Take CTRL+C into account (not implemented)."""
83 pass
84
85if os.name == 'posix':
86 import select

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected