Files
codeql/python/ql/test/library-tests/PointsTo/new/PointsToNone.ql
2018-11-19 15:15:54 +00:00

10 lines
207 B
Plaintext

import python
import Util
from ControlFlowNode f, ControlFlowNode x
where
f.refersTo(theNoneObject(), _, x)
select locate(f.getLocation(), "abcdghijklmopqr"), f.toString(), x.getLocation().getStartLine()