Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ update_screen
Method
update_screen
Lib/_pyrepl/reader.py:648–650 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
646
self.console.beep()
647
648
def
update_screen(self) -> None:
649
if
self.dirty:
650
self.refresh()
651
652
def
refresh(self) -> None:
653
""
"Recalculate and refresh the screen."
""
Callers
1
do
Method · 0.80
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected