MCPcopy 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
225class ctrl_c(Command):
226 def do(self) -> None:
227 self.reader.console.finish()
228 self.reader.finish()
229 raise KeyboardInterrupt
230
231
232class suspend(Command):

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected