mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
16 lines
96 B
Python
16 lines
96 B
Python
...
|
|
|
|
a = (b := c)
|
|
|
|
d = e if f else g
|
|
|
|
h1[h2] = h3[h4]
|
|
|
|
i[i1:i2]
|
|
|
|
j[j1:j2:j3]
|
|
|
|
k.l = m.n
|
|
|
|
o[p,q]
|