Trees | Indices | Help |
---|
|
Representation of Build<->MockChroot relation
|
|||
Inherited from |
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
mock_chroot_id = db.Column(db.Integer, db.ForeignKey('mock_chr
|
|||
mock_chroot = db.relationship('MockChroot', backref= db.backre
|
|||
build_id = db.Column(db.Integer, db.ForeignKey('build.id'), pr
|
|||
build = db.relationship('Build', backref= db.backref('build_ch
|
|||
status = db.Column(db.Integer, default= helpers.StatusEnum('pe
|
|||
__mapper__ = <Mapper at 0x20c99d0; BuildChroot>
|
|||
__table__ = Table('build_chroot', MetaData(bind=None), Column(
|
|||
__tablename__ =
|
|||
_sa_class_manager = <ClassManager of <class 'coprs.models.Buil
|
|||
Inherited from Inherited from |
|
|||
name Textual representation of name of this chroot |
|||
state Return text representation of status of this build chroot |
|||
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
|
build_id
|
build
|
status
|
__table__
|
_sa_class_manager
|
|
nameTextual representation of name of this chroot
|
stateReturn text representation of status of this build chroot
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Jan 28 00:38:15 2014 | http://epydoc.sourceforge.net |