Searched defs:listExpr (Results 1 – 1 of 1) sorted by relevance
378 type listExpr struct { struct379 items []starlarkExpr382 func (l *listExpr) emit(gctx *generationContext) {408 func (_ *listExpr) typ() starlarkType {412 func (l *listExpr) emitListVarCopy(gctx *generationContext) {416 func (l *listExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {