Trees | Indices | Help |
|
---|
|
object --+ | Base --+ | AlembicVersion
Table used to pinpoint actual database schema release.
|
|||
|
|||
Inherited from |
|
|||
__tablename__ =
|
|||
version_num = Column(String(32), nullable= False, primary_key=
|
|||
__mapper__ = <Mapper at 0x7f86b817eb10; AlembicVersion>
|
|||
__table__ = Table('alembic_version', MetaData(bind=None), Colu
|
|||
_sa_class_manager = <ClassManager of <class 'lib.cuckoo.core.d
|
|||
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.
|
|
version_num
|
__table__
|
_sa_class_manager
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 7 13:27:47 2014 | http://epydoc.sourceforge.net |