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

Method rect

pager/pagerctl.py:368–370  ·  view source on GitHub ↗

Draw a rectangle outline.

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

Source from the content-addressed store, hash-verified

366 _lib.pager_fill_rect(x, y, w, h, color)
367
368 def rect(self, x, y, w, h, color):
369 """Draw a rectangle outline."""
370 _lib.pager_draw_rect(x, y, w, h, color)
371
372 def hline(self, x, y, w, color):
373 """Draw horizontal line."""

Callers 4

_draw_stat_cardMethod · 0.45
draw_dashboardMethod · 0.45
drawMethod · 0.45
draw_menuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected