Searched defs:DictExpr (Results 1 – 1 of 1) sorted by relevance
374 type DictExpr struct { struct375 commentsRef376 Lbrace Position377 List []Expr // all *DictEntrys378 Rbrace Position381 func (x *DictExpr) Span() (start, end Position) {