blob: 605ca769703fc501e98812b79bd4ff00b89cdee4 [file] [log] [blame]
def f(a, b, c=1, d=2, e=3):
pass
f(1, 2, <arg1>d=10, <arg2>)