Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ set_p2
Method
set_p2
remi/gui.py:4778–4780 ·
view source on GitHub ↗
(self, x2, y2)
Source
from the content-addressed store, hash-verified
4776
self.attr_y1 = y1
4777
4778
def
set_p2(self, x2, y2):
4779
self.attr_x2 = x2
4780
self.attr_y2 = y2
4781
4782
4783
class
SvgPolyline(Widget, _MixinSvgStroke, _MixinSvgFill, _MixinTransformable):
Callers
1
set_coords
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected