blob: c77fd6f3f56c4caed16a281df0654ae13b5775af [file] [log] [blame]
def foo(a, b, *c):
pass
x = (5,6)
foo(<arg1>1, <arg2>2, <arg3>4, <arg4>*x)