(self)
| 534 | """ |
| 535 | |
| 536 | def test_body(self) -> None: |
| 537 | source = getstatement(1, self.source) |
| 538 | assert str(source) == " raise ValueError" |
| 539 | |
| 540 | def test_except_line(self) -> None: |
| 541 | source = getstatement(2, self.source) |
nothing calls this directly
no test coverage detected