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

Method fill_rect

pager/pagerctl.py:364–366  ·  view source on GitHub ↗

Draw a filled rectangle.

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

Source from the content-addressed store, hash-verified

362 _lib.pager_set_pixel(x, y, color)
363
364 def fill_rect(self, x, y, w, h, color):
365 """Draw a filled rectangle."""
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."""

Callers 9

_draw_screen_headerMethod · 0.45
_draw_stat_cardMethod · 0.45
draw_dashboardMethod · 0.45
draw_hostsMethod · 0.45
draw_credentialsMethod · 0.45
draw_vulnerabilitiesMethod · 0.45
drawMethod · 0.45
_draw_settings_screenMethod · 0.45
draw_menuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected