MCPcopy Index your code
hub / github.com/python/cpython / refresh

Method refresh

Lib/profiling/sampling/live_collector/display.py:147–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 self.cleared = True
146
147 def refresh(self):
148 self.refreshed = True
149
150 def redraw(self):
151 self.redrawn = True

Callers 5

curses_wrapper_funcFunction · 0.45
_update_displayMethod · 0.45
init_cursesMethod · 0.45
refreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected