MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_assign_call

Method test_assign_call

Lib/test/test_syntax.py:2299–2300  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

_check_errorMethod · 0.95

Tested by

no test coverage detected