Home
last modified time | relevance | path

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

/external/starlark-go/syntax/
Dsyntax.go307 type Comprehension struct { struct
308 commentsRef
309 Curly bool // {x:y for ...} or {x for ...}, not [x for ...]
310 Lbrack Position
311 Body Expr
312 Clauses []Node // = *ForClause | *IfClause
313 Rbrack Position
316 func (x *Comprehension) Span() (start, end Position) {