(self)
| 79 | return wx.Size(round(self._size), round(self._size)) |
| 80 | |
| 81 | def AcceptsFocusFromKeyboard(self): |
| 82 | return False |
| 83 | |
| 84 | def GetValue(self): |
| 85 | return self._angle, self._length |
nothing calls this directly
no outgoing calls
no test coverage detected