Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ do
Method
do
Lib/_pyrepl/commands.py:226–229 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
224
225
class
ctrl_c(Command):
226
def
do(self) -> None:
227
self.reader.console.finish()
228
self.reader.finish()
229
raise
KeyboardInterrupt
230
231
232
class
suspend(Command):
Callers
nothing calls this directly
Calls
1
finish
Method · 0.45
Tested by
no test coverage detected