(self)
| 314 | self.check_ast_roundtrip(for_else) |
| 315 | |
| 316 | def test_while_else(self): |
| 317 | self.check_ast_roundtrip(while_else) |
| 318 | |
| 319 | def test_unary_parens(self): |
| 320 | self.check_ast_roundtrip("(-1)**7") |
nothing calls this directly
no test coverage detected