Files
codeql-action/tests/multi-language-repo/codeql-qlpacks/complex-python-qlpack/show_ifs.ql
2020-05-08 11:51:47 +02:00

11 lines
155 B
Plaintext

/**
* @name Show Ifs
* @description Show Ifs
* @kind problem
* @id complex-python-querypack/show-ifs
*/
import python
from If i
select i, "hello if"