Files
codeql/python/ql/test/library-tests/ControlFlow/truefalse/TrueAndFalseSuccessor.ql
2020-03-30 11:59:10 +02:00

6 lines
111 B
Plaintext

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