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
|
|||
__mapper__ = <Mapper at 0xb4b1b6b0; CoprChroot>
|
|||
__table__ = Table('copr_chroot', MetaData(bind=None), Column('
|
|||
__tablename__ =
|
|||
_sa_class_manager = <ClassManager of <class 'coprs.models.Copr
|
|||
Inherited from Inherited from |
|
|||
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
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 27 09:50:30 2014 | http://epydoc.sourceforge.net |