Home
last modified time | relevance | path

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

/external/starlark-go/syntax/
Dsyntax.go374 type DictExpr struct { struct
375 commentsRef
376 Lbrace Position
377 List []Expr // all *DictEntrys
378 Rbrace Position
381 func (x *DictExpr) Span() (start, end Position) {