(self)
| 76 | self.__length = newLength |
| 77 | |
| 78 | def DoGetBestSize(self): |
| 79 | return wx.Size(round(self._size), round(self._size)) |
| 80 | |
| 81 | def AcceptsFocusFromKeyboard(self): |
| 82 | return False |
nothing calls this directly
no outgoing calls
no test coverage detected