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

Method GetRange

gui/pyfa_gauge.py:129–131  ·  view source on GitHub ↗

Returns the maximum value of the gauge.

(self)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected