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

Method error

Lib/_pyrepl/reader.py:643–646  ·  view source on GitHub ↗
(self, msg: str = "none")

Source from the content-addressed store, hash-verified

641 pass
642
643 def error(self, msg: str = "none") -> None:
644 self.msg = "! " + msg + " "
645 self.dirty = True
646 self.console.beep()
647
648 def update_screen(self) -> None:
649 if self.dirty:

Callers 15

doMethod · 0.45
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45
doMethod · 0.45

Calls 1

beepMethod · 0.45

Tested by

no test coverage detected