()
| 496 | |
| 497 | |
| 498 | def test_single_line_finally() -> None: |
| 499 | source = getstatement(1, "try: 1\nfinally: 3") |
| 500 | assert str(source) == "finally: 3" |
| 501 | |
| 502 | |
| 503 | def test_issue55() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…