Trees | Indices | Help |
|
---|
|
object --+ | Base --+ | Error
Analysis errors.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__tablename__ =
|
|||
id = Column(Integer(), primary_key= True)
|
|||
message = Column(String(255), nullable= False)
|
|||
task_id = Column(Integer, ForeignKey("tasks.id"), nullable= Fa
|
|||
__mapper__ = <Mapper at 0x7f86b8157050; Error>
|
|||
__table__ = Table('errors', MetaData(bind=None), Column('id',
|
|||
_sa_class_manager = <ClassManager of <class 'lib.cuckoo.core.d
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Converts object to dict.
|
Converts object to JSON.
|
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.
|
repr(x)
|
|
task_id
|
__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 |