DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / assign_to_keyword_none.py
1234
"""Should raise SyntaxError: cannot assign to None in Py 3.8 and can't assign to keyword before.""" None = 1