Files
2019-07-26 17:47:11 +02:00

14 lines
201 B
Plaintext

/**
* @id py/examples/elif
* @name Elif statement
* @description Finds `elif` sub-statements within `if` statements
* @tags if
* else
*/
import python
from If i
where i.isElif()
select i