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

11 lines
168 B
Plaintext

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