Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
do
Method · 0.45
do
Method · 0.45
do
Method · 0.45
do
Method · 0.45
do
Method · 0.45
do
Method · 0.45
do
Method · 0.45
do
Method · 0.45
do
Method · 0.45
do
Method · 0.45
do
Method · 0.45
do
Method · 0.45
Calls
1
beep
Method · 0.45
Tested by
no test coverage detected