(self, d1: Direction, d2: Direction)
| 488 | return Measure() |
| 489 | |
| 490 | def set_directions(self, d1: Direction, d2: Direction) -> None: |
| 491 | self._d = d1, d2 |
| 492 | |
| 493 | @property |
| 494 | def directions(self) -> tuple[Direction, Direction]: |
no outgoing calls
no test coverage detected