(self)
| 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: |
nothing calls this directly
no outgoing calls
no test coverage detected