Files
codeql/python/ql/test/2/library-tests/locations/general/indexing.py
2019-02-08 14:49:04 +00:00

9 lines
61 B
Python

v[0]
w[1:2]
x[3, 4]
y[5, 6:7]
z[8:9, 10:11]
z[12, ..., 13]