(self, output: Output, # type: ignore[override]
x1: float, y1: float, x2: float, y2: float)
| 1161 | self.depth *= SHRINK_FACTOR |
| 1162 | |
| 1163 | def render(self, output: Output, # type: ignore[override] |
| 1164 | x1: float, y1: float, x2: float, y2: float) -> None: |
| 1165 | pass |
| 1166 | |
| 1167 | |
| 1168 | class Vbox(Box): |
no outgoing calls
no test coverage detected