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