Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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