mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 03:00:13 +08:00
11 lines
155 B
Plaintext
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" |