(self, padding)
| 72 | return self._border_padding |
| 73 | |
| 74 | def SetBorderPadding(self, padding): |
| 75 | self._border_padding = padding |
| 76 | |
| 77 | def GetRange(self): |
| 78 | """ Returns the maximum value of the gauge. """ |
nothing calls this directly
no outgoing calls
no test coverage detected