Returns the maximum value of the gauge.
(self)
| 127 | self._border_padding = padding |
| 128 | |
| 129 | def GetRange(self): |
| 130 | """ Returns the maximum value of the gauge. """ |
| 131 | return self._max_range |
| 132 | |
| 133 | def Animate(self): |
| 134 | # sFit = Fit.getInstance() |
nothing calls this directly
no outgoing calls
no test coverage detected