Searched defs:interpolateExpr (Results 1 – 1 of 1) sorted by relevance
148 type interpolateExpr struct { struct149 chunks []string // string chunks, separated by '%'150 args []starlarkExpr182 func (xi *interpolateExpr) emit(gctx *generationContext) {215 func (_ *interpolateExpr) typ() starlarkType {219 func (xi *interpolateExpr) emitListVarCopy(gctx *generationContext) {223 …nc (xi *interpolateExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {