Files
codeql/python/ql/test/query-tests/Variables/undefined/unknown_import.py
2018-11-19 15:15:54 +00:00

9 lines
138 B
Python

from who_knows_what import *
#Anything could be imported from who_knows_what
#So we have to assume the following could be defined
a
b
c