Lines Matching refs:labels
5 """This module provides standard functions for working with Autotest labels.
7 There are two types of labels, plain ("webcam") or keyval
9 labels.
12 interface for working with keyval labels.
31 """dict-like interface for working with labels.
33 The constructor takes an iterable of labels, either plain or keyval.
34 Plain labels are saved internally and ignored except for converting
35 back to string labels. Keyval labels are exposed through a
39 When multiple keyval labels share the same key, the first one wins.
47 string labels.
59 return cls(l.name for l in host.labels.all())
62 """Add a label string to the internal map or plain labels list."""
90 """Return labels as a list of strings."""