Home
last modified time | relevance | path

Searched refs:_add_attributes (Results 1 – 1 of 1) sorted by relevance

/external/autotest/server/
Dsite_host_attributes.py84 self._add_attributes(_DEFAULT_ATTRIBUTES)
87 self._add_attributes(private_host_attributes[host])
91 self._add_attributes([label.name for label in
96 def _add_attributes(self, attributes): member in HostAttributes