Home
last modified time | relevance | path

Searched defs:TupleExpr (Results 1 – 1 of 1) sorted by relevance

/external/starlark-go/syntax/
Dsyntax.go448 type TupleExpr struct { struct
449 commentsRef
450 Lparen Position // optional (e.g. in x, y = 0, 1), but required if List is empty
451 List []Expr
452 Rparen Position
455 func (x *TupleExpr) Span() (start, end Position) {