Files
actions/github/codeql-action-v1/tests/multi-language-repo/codeql-qlpacks/complex-python-qlpack/show_ifs.ql

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"