Searched refs:DictEntry (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/common_lib/cros/
H A Ddbus_send.py23 DictEntry = collections.namedtuple('DictEntry', ['key', 'value']) variable
71 if values and all([isinstance(x, DictEntry) for x in values]):
79 return DictEntry(key=key, value=value)

Completed in 163 milliseconds