MCPcopy Index your code
hub / github.com/RustPython/RustPython / error

Method error

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

Source from the content-addressed store, hash-verified

675 pass
676
677 def error(self, msg: str = "none") -> None:
678 self.msg = "! " + msg + " "
679 self.dirty = True
680 self.console.beep()
681
682 def update_screen(self) -> None:
683 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