Trees | Indices | Help |
|
---|
|
object --+ | Base --+ | Tag
Tag describing anything you want.
|
|||
|
|||
|
|||
Inherited from |
|
|||
__tablename__ =
|
|||
id = Column(Integer(), primary_key= True)
|
|||
name = Column(String(255), nullable= False, unique= True)
|
|||
__mapper__ = <Mapper at 0x7f86b81a3850; Tag>
|
|||
__table__ = Table('tags', MetaData(bind=None), Column('id', In
|
|||
_sa_class_manager = <ClassManager of <class 'lib.cuckoo.core.d
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
repr(x)
|
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 Apr 7 13:27:47 2014 | http://epydoc.sourceforge.net |