blob: bc208ead3b80b615730b3dcb9cd5d06b5fb27be2 [file] [log] [blame]
def foo(a, b, *c):
pass
foo(<arg1>1, <arg2>2, <arg3>3, <arg4>4)