DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / def_keyword_as_arg_1.py
123456
"""Should raise SyntaxError: invalid syntax """ def f(None=1): pass