Files
codeql/python/ql/test/library-tests/ControlFlow/truefalse/TrueAndFalseSuccessor.ql
2018-11-19 15:15:54 +00:00

7 lines
112 B
Plaintext

import python
from ControlFlowNode f
where f.getATrueSuccessor() = f.getAFalseSuccessor()
select f.toString()