Files
codeql/python/extractor/tests/parser/misc.py

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]