Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ update_screen
Method
update_screen
Lib/_pyrepl/reader.py:682–684 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
680
self.console.beep()
681
682
def
update_screen(self) -> None:
683
if
self.dirty:
684
self.refresh()
685
686
def
refresh(self) -> None:
687
""
"Recalculate and refresh the screen."
""
Callers
1
do
Method · 0.80
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected