1 2 3 4 5
# parse_options: {"target-version": "3.7"} def foo(a, /): ... def foo(a, /, b, /): ... def foo(a, *args, /, b): ... def foo(a, //): ...