(self, padding)
| 124 | return self._border_padding |
| 125 | |
| 126 | def SetBorderPadding(self, padding): |
| 127 | self._border_padding = padding |
| 128 | |
| 129 | def GetRange(self): |
| 130 | """ Returns the maximum value of the gauge. """ |
nothing calls this directly
no outgoing calls
no test coverage detected