Searched defs:ifNode (Results 1 – 1 of 1) sorted by relevance
239 type ifNode struct { struct240 isElif bool // true if this is 'elif' statement241 expr starlarkExpr244 func (in *ifNode) emit(gctx *generationContext) {