Trees | Indices | Help |
---|
|
Association class for Copr<->Permission relation
|
|||
Inherited from |
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
copr_builder = db.Column(db.SmallInteger, default= 0)
|
|||
copr_admin = db.Column(db.SmallInteger, default= 0)
|
|||
user_id = db.Column(db.Integer, db.ForeignKey("user.id"), prim
|
|||
user = db.relationship("User", backref= db.backref("copr_permi
|
|||
copr_id = db.Column(db.Integer, db.ForeignKey("copr.id"), prim
|
|||
copr = db.relationship("Copr", backref= db.backref("copr_permi
|
|||
__mapper__ = <Mapper at 0x7fee48f42090; CoprPermission>
|
|||
__table__ = Table('copr_permission', MetaData(bind=None), Colu
|
|||
__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.
|
|
user_id
|
user
|
copr_id
|
copr
|
__table__
|
_sa_class_manager
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Dec 5 22:37:18 2016 | http://epydoc.sourceforge.net |