Set the width of the box. Parameters ---------- width : float
(self, width)
| 308 | else self._offset) |
| 309 | |
| 310 | def set_width(self, width): |
| 311 | """ |
| 312 | Set the width of the box. |
| 313 | |
| 314 | Parameters |
| 315 | ---------- |
| 316 | width : float |
| 317 | """ |
| 318 | self.width = width |
| 319 | self.stale = True |
| 320 | |
| 321 | def set_height(self, height): |
| 322 | """ |
no outgoing calls
no test coverage detected