Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Ddbus_send.py29 DictEntry = collections.namedtuple('DictEntry', ['key', 'value']) variable
/external/starlark-go/syntax/
Dsyntax.go387 type DictEntry struct { struct
388 commentsRef
389 Key Expr
390 Colon Position
391 Value Expr
394 func (x *DictEntry) Span() (start, end Position) {