Trees | Indices | Help |
|
---|
|
object --+ | Base --+ | Sample
Submitted files details.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__tablename__ =
|
|||
id = Column(Integer(), primary_key= True)
|
|||
file_size = Column(Integer(), nullable= False)
|
|||
file_type = Column(String(255), nullable= False)
|
|||
md5 = Column(String(32), nullable= False)
|
|||
crc32 = Column(String(8), nullable= False)
|
|||
sha1 = Column(String(40), nullable= False)
|
|||
sha256 = Column(String(64), nullable= False)
|
|||
sha512 = Column(String(128), nullable= False)
|
|||
ssdeep = Column(String(255), nullable= True)
|
|||
__table_args__ =
|
|||
__mapper__ = <Mapper at 0x7f86b81c3e10; Sample>
|
|||
__table__ = Table('samples', MetaData(bind=None), Column('id',
|
|||
_sa_class_manager = <ClassManager of <class 'lib.cuckoo.core.d
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
repr(x)
|
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.
|
|
__table_args__
|
__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 |