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

Method line

pager/pagerctl.py:380–382  ·  view source on GitHub ↗

Draw a line between two points.

(self, x0, y0, x1, y1, color)

Source from the content-addressed store, hash-verified

378 _lib.pager_vline(x, y, h, color)
379
380 def line(self, x0, y0, x1, y1, color):
381 """Draw a line between two points."""
382 _lib.pager_draw_line(x0, y0, x1, y1, color)
383
384 def fill_circle(self, cx, cy, r, color):
385 """Draw a filled circle."""

Callers 8

_draw_page_frameMethod · 0.45
_render_network_pageMethod · 0.45
_render_vuln_pageMethod · 0.45
_render_advanced_pageMethod · 0.45
_renderMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected