Searched defs:DictEntry (Results 1 – 2 of 2) sorted by relevance
29 DictEntry = collections.namedtuple('DictEntry', ['key', 'value']) variable
387 type DictEntry struct { struct388 commentsRef389 Key Expr390 Colon Position391 Value Expr394 func (x *DictEntry) Span() (start, end Position) {