Searched defs:HostAttribute (Results 1 - 2 of 2) sorted by relevance

/external/autotest/server/
H A Dfrontend.py555 return [HostAttribute(self, a) for a in host_attrs]
956 class HostAttribute(RpcObject): class in inherits:RpcObject
/external/autotest/frontend/afe/
H A Dmodels.py730 return HostAttribute, dict(host=self, attribute=attribute)
740 return HostAttribute
752 class HostAttribute(dbmodels.Model, model_logic.ModelExtensions): class in inherits:dbmodels.Model, model_logic.ModelExtensions
764 """Metadata for the HostAttribute class."""
791 @returns: A HostAttribute object.
795 return super(HostAttribute, cls).deserialize(data)

Completed in 139 milliseconds