MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / ChangeValue

Method ChangeValue

gui/utils/inputs.py:125–127  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

123 self.ChangeValue('{}-{}'.format(valToStr(min(value)), valToStr(max(value))))
124
125 def ChangeValue(self, value):
126 self._storedValue = value
127 super().ChangeValue(value)
128
129 def OnText(self, event):
130 currentValue = self.GetValue()

Callers 2

__init__Method · 0.95
OnTextMethod · 0.95

Calls 1

ChangeValueMethod · 0.45

Tested by

no test coverage detected