blob: b8c86c67d48a497ec60ea888e80b3535adb1e816 [file] [log] [blame]
# py 2.x only
def foo(a, (b, c), d):
pass
foo(<arg1>1, <arg23>range(2), <arg4>4)