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

Class MockChroot

source code


Representation of mock chroot

Instance Methods [hide private]
 
chroot_name(self)
Textual representation of name of this chroot
source code

Inherited from Serializer: serializable_attributes, to_dict

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  id = db.Column(db.Integer, primary_key= True)
  os_release = db.Column(db.String(50), nullable= False)
  os_version = db.Column(db.String(50), nullable= False)
  arch = db.Column(db.String(50), nullable= False)
  is_active = db.Column(db.Boolean, default= True)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

chroot_name(self)

source code 

Textual representation of name of this chroot

Decorators:
  • @property