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

Method clear

pager/test_pager_code.py:175–178  ·  view source on GitHub ↗

Clear screen to color.

(self, color=0)

Source from the content-addressed store, hash-verified

173 print(f"[MockPager] flip() - frame #{self._draw_calls}")
174
175 def clear(self, color=0):
176 """Clear screen to color."""
177 if VERBOSE:
178 print(f"[MockPager] clear({color:#06x})")
179
180 def get_ticks(self):
181 """Get milliseconds since init."""

Callers 2

run_testsFunction · 0.95
led_all_offMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected