MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / SetLength

Method SetLength

graphs/gui/vector.py:103–104  ·  view source on GitHub ↗
(self, length)

Source from the content-addressed store, hash-verified

101 self.SetValue(angle, None)
102
103 def SetLength(self, length):
104 self.SetValue(None, length)
105
106 def OnPaint(self, event):
107 dc = wx.BufferedPaintDC(self)

Callers 1

__handleVectorMethod · 0.80

Calls 1

SetValueMethod · 0.95

Tested by

no test coverage detected