DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / def_positional_after_keyword_arg.py
12345
"""Should raise SyntaxError: positional argument follows keyword argument """ test(a=1, b)