MCPcopy Index your code
hub / github.com/python/cpython / finish

Method finish

Lib/_pyrepl/reader.py:639–641  ·  view source on GitHub ↗

Called when a command signals that we're finished.

(self)

Source from the content-addressed store, hash-verified

637 self.can_colorize = old_can_colorize
638
639 def finish(self) -> None:
640 """Called when a command signals that we're finished."""
641 pass
642
643 def error(self, msg: str = "none") -> None:
644 self.msg = "! " + msg + " "

Callers 5

do_cmdMethod · 0.95
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected