Trees | Indices | Help |
---|
|
Generic store for simple statistics.
|
|||
Inherited from |
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
name = db.Column(db.String(127), primary_key= True)
|
|||
counter_type = db.Column(db.String(30))
|
|||
counter = db.Column(db.Integer, default= 0, server_default= "0")
|
|||
__mapper__ = <Mapper at 0x7fee489ddd50; CounterStat>
|
|||
__table__ = Table('counter_stat', MetaData(bind=None), Column(
|
|||
__tablename__ =
|
|||
_sa_class_manager = <ClassManager of <class 'coprs.models.Coun
|
|||
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.
|
|
__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 |