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

Method GetValue

gui/pyfa_gauge.py:173–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 self._tooltip.SetTip("%.2f/%.2f" % (self._value, self._max_range if self._max_range > 0.01 else 0))
172
173 def GetValue(self):
174 return self._value
175
176 def SetValue(self, value, animate=True):
177 """ Sets the current position of the gauge. """

Callers 15

OnChargeExportChangeMethod · 0.45
exportFittingMethod · 0.45
toggleMetaButtonMethod · 0.45
jumpMethod · 0.45
objects_by_idMethod · 0.45
OnPropGridChangeMethod · 0.45
ValidateMethod · 0.45
OnInputTimerMethod · 0.45
ValidateMethod · 0.45
ValidateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected