Trees | Indices | Help |
---|
|
Representation of Copr<->MockChroot relation
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
buildroot_pkgs = db.Column(db.Text)
|
|||
mock_chroot_id = db.Column(db.Integer, db.ForeignKey("mock_chr
|
|||
mock_chroot = db.relationship("MockChroot", backref= db.backre
|
|||
copr_id = db.Column(db.Integer, db.ForeignKey("copr.id"), prim
|
|||
copr = db.relationship("Copr", backref= db.backref("copr_chroo
|
|||
comps_zlib = db.Column(db.LargeBinary(), nullable= True)
|
|||
comps_name = db.Column(db.String(127), nullable= True)
|
|||
module_md_zlib = db.Column(db.LargeBinary(), nullable= True)
|
|||
module_md_name = db.Column(db.String(127), nullable= True)
|
|||
__mapper__ = <Mapper at 0x3e63090; CoprChroot>
|
|||
__table__ = Table('copr_chroot', MetaData(bind=None), Column('
|
|||
__tablename__ =
|
|||
_sa_class_manager = <ClassManager of <class 'coprs.models.Copr
|
|||
Inherited from Inherited from |
|
|||
buildroot_pkgs_list | |||
comps | |||
module_md | |||
comps_len | |||
module_md_len | |||
name | |||
is_active | |||
Inherited from Inherited from |
|
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.
|
|
mock_chroot_id
|
mock_chroot
|
copr_id
|
copr
|
__table__
|
_sa_class_manager
|
|
buildroot_pkgs_list
|
comps
|
module_md
|
comps_len
|
module_md_len
|
name
|
is_active
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 17 11:42:13 2016 | http://epydoc.sourceforge.net |