Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Drpc_interface.py574 static_attrs = models.StaticHostAttribute.query_objects(
650 models.StaticHostAttribute,
1791 static_hosts = models.StaticHostAttribute.query_objects(
1804 static_rows = models.StaticHostAttribute.query_objects(
Dmodels.py892 return StaticHostAttribute, dict(host=self, attribute=attribute)
901 except StaticHostAttribute.DoesNotExist:
972 class StaticHostAttribute(dbmodels.Model, model_logic.ModelExtensions): class
1013 return super(StaticHostAttribute, cls).deserialize(data)