Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ refresh
Method
refresh
Lib/profiling/sampling/live_collector/display.py:81–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
self.stdscr.erase()
80
81
def
refresh(self):
82
self.stdscr.refresh()
83
84
def
redraw(self):
85
# Use noutrefresh + doupdate for smoother updates
Callers
nothing calls this directly
Calls
1
refresh
Method · 0.45
Tested by
no test coverage detected