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

Method GetValueFloat

gui/utils/inputs.py:106–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 self.ChangeValue(self._storedValue)
105
106 def GetValueFloat(self):
107 return strToFloat(self.GetValue())
108
109
110class FloatRangeBox(wx.TextCtrl):

Callers 3

getValuesMethod · 0.80
OnInputTimerMethod · 0.80
validateFieldsMethod · 0.80

Calls 2

strToFloatFunction · 0.85
GetValueMethod · 0.45

Tested by

no test coverage detected