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

Method _clearStoredValues

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

Source from the content-addressed store, hash-verified

460 self._storedConsts[(input.handle, input.unit)] = input.value
461
462 def _clearStoredValues(self):
463 self._storedRanges.clear()
464 self._storedConsts.clear()
465
466 def _setVectorDefaults(self):
467 self.srcVector.SetValue(length=0, angle=90)

Callers 1

updateControlsMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected