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

Method fill_rect

tests/test_pager_code.py:198–201  ·  view source on GitHub ↗

Draw a filled rectangle.

(self, x, y, w, h, color)

Source from the content-addressed store, hash-verified

196 pass
197
198 def fill_rect(self, x, y, w, h, color):
199 """Draw a filled rectangle."""
200 if VERBOSE:
201 print(f"[MockPager] fill_rect({x}, {y}, {w}, {h}, {color:#06x})")
202
203 def rect(self, x, y, w, h, color):
204 """Draw a rectangle outline."""

Callers 1

run_testsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected