(self)
| 2297 | self._check_error("f{}", "invalid syntax", mode="single") |
| 2298 | |
| 2299 | def test_assign_call(self): |
| 2300 | self._check_error("f() = 1", "assign") |
| 2301 | |
| 2302 | @unittest.expectedFailure # TODO: RUSTPYTHON |
| 2303 | def test_assign_del(self): |
nothing calls this directly
no test coverage detected