Package coprs :: Module models :: Class Group
[hide private]
[frames] | no frames]

Class Group

source code


Represents FAS groups and their aliases in Copr

Instance Methods [hide private]
 
at_name(self) source code
 
__str__(self) source code
 
__unicode__(self) source code

Inherited from helpers.Serializer: serializable_attributes, to_dict

Class Variables [hide private]
  id = db.Column(db.Integer, primary_key= True)
  name = db.Column(db.String(127))
  fas_name = db.Column(db.String(127))
Method Details [hide private]

at_name(self)

source code 
Decorators:
  • @property

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)