mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
12 lines
78 B
Python
12 lines
78 B
Python
foo(x,y,z=1,w=2)
|
|
|
|
bar()()()
|
|
|
|
baz(2+2, kw = 3*4)
|
|
|
|
a(*b, **c)
|
|
|
|
d(e,)
|
|
|
|
f(g.h[i])
|