MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / flip

Method flip

tests/test_pager_code.py:169–173  ·  view source on GitHub ↗

Display the current frame.

(self)

Source from the content-addressed store, hash-verified

167
168 # ========== FRAME MANAGEMENT ==========
169 def flip(self):
170 """Display the current frame."""
171 self._draw_calls += 1
172 if VERBOSE and self._draw_calls % 10 == 0:
173 print(f"[MockPager] flip() - frame #{self._draw_calls}")
174
175 def clear(self, color=0):
176 """Clear screen to color."""

Callers 1

run_testsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected