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

11 lines
No EOL
168 B
Text

/**
* @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"