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

Method _setVectorDefaults

graphs/gui/ctrlPanel.py:466–468  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

464 self._storedConsts.clear()
465
466 def _setVectorDefaults(self):
467 self.srcVector.SetValue(length=0, angle=90)
468 self.tgtVector.SetValue(length=1, angle=90)
469
470 def contextMenuHandler(self, event):
471 viewName = self.graphFrame.getView().internalName

Callers 2

__init__Method · 0.95
updateControlsMethod · 0.95

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected