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

Method set_p1

remi/gui.py:4774–4776  ·  view source on GitHub ↗
(self, x1, y1)

Source from the content-addressed store, hash-verified

4772 self.set_p2(x2, y2)
4773
4774 def set_p1(self, x1, y1):
4775 self.attr_x1 = x1
4776 self.attr_y1 = y1
4777
4778 def set_p2(self, x2, y2):
4779 self.attr_x2 = x2

Callers 1

set_coordsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected