Files
codeql/python/ql/test/library-tests/PointsTo/absent/absent.py

15 lines
158 B
Python

#There is no xxxx, rely on AbsentModule
import xxxx
xxxx
from xxxx import open
open()
#This is be present, so shouldn't be missing
import module
module