Files
codeql/python/ql/test/library-tests/exprs/ast/exprs_test.py

12 lines
72 B
Python

1
(2,3)
[4, 5]
__debug__
x = 6
x
[7, 8].len()
[9, 10][11]
func(**arg)