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

Method GetBarGradient

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

Source from the content-addressed store, hash-verified

106 self._fraction_digits = digits
107
108 def GetBarGradient(self):
109 if self._bar_gradient is None:
110 return None
111
112 return self._bar_gradient[0]
113
114 def SetBarGradient(self, gradient=None):
115 if gradient is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected