MCPcopy Index your code
hub / github.com/rawpython/remi / remove_poly

Method remove_poly

examples/svgplot_app.py:103–108  ·  view source on GitHub ↗
(self, poly)

Source from the content-addressed store, hash-verified

101 poly.lineXMinIndicator, poly.lineXMaxIndicator])
102
103 def remove_poly(self, poly):
104 self.remove_child(poly)
105 self.polyList.remove(poly)
106 self.remove_child(poly.textXMin)
107 self.remove_child(poly.textXMax)
108 self.remove_child(poly.textYVal)
109
110 def render(self):
111 self.set_viewbox(-self.plot_inner_border, -self.plot_inner_border, self.width + self.plot_inner_border * 2,

Callers

nothing calls this directly

Calls 1

remove_childMethod · 0.45

Tested by

no test coverage detected