Files
codeql/python/ql/test/library-tests/PointsTo/extensions/test.py
2019-01-22 14:01:44 +00:00

15 lines
103 B
Python

#Magical values
one
two
#Make sure values exist in DB
1,2,3,4
a3 = ().three
a4 = False.four
a3
a4