Trees | Indices | Help |
---|
|
Representation of mock chroot
|
|||
Inherited from |
|
|||
|
|||
Inherited from Inherited from |
|
|||
__table_args__ =
|
|||
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)
|
|||
distgit_branch_name = db.Column(db.String(50), db.ForeignKey("
|
|||
distgit_branch = db.relationship("DistGitBranch", backref= db.
|
|||
__mapper__ = <Mapper at 0x7fdb18b758d0; MockChroot>
|
|||
__table__ = Table('mock_chroot', MetaData(bind=None), Column('
|
|||
__tablename__ =
|
|||
_sa_class_manager = <ClassManager of <class 'coprs.models.Mock
|
|||
Inherited from Inherited from |
|
|||
name Textual representation of name of this chroot |
|||
name_release Textual representation of name of this or release |
|||
name_release_human Textual representation of name of this or release |
|||
os Textual representation of the operating system name |
|||
serializable_attributes |
|
A simple constructor that allows initialization from kwargs. Sets attributes on the constructed instance using the names and values in ``kwargs``. Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
|
|
__table_args__
|
distgit_branch_name
|
distgit_branch
|
__table__
|
_sa_class_manager
|
|
nameTextual representation of name of this chroot |
name_releaseTextual representation of name of this or release |
name_release_humanTextual representation of name of this or release |
osTextual representation of the operating system name |
serializable_attributes |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |