Home | History | Annotate | Download | only in afe

Lines Matching refs:StaticHostAttribute

889         return StaticHostAttribute, dict(host=self, attribute=attribute)
898 except StaticHostAttribute.DoesNotExist:
969 class StaticHostAttribute(dbmodels.Model, model_logic.ModelExtensions):
981 """Metadata for the StaticHostAttribute class."""
1006 @returns: A StaticHostAttribute object.
1010 return super(StaticHostAttribute, cls).deserialize(data)