getter for the width
(self)
| 313 | raise Exception("changeComponent: indices out of bounds") |
| 314 | |
| 315 | def width(self): |
| 316 | """ |
| 317 | getter for the width |
| 318 | """ |
| 319 | return self.__width |
| 320 | |
| 321 | def height(self): |
| 322 | """ |
no outgoing calls
no test coverage detected