Package modules :: Package reporting :: Module moloch :: Class Moloch
[hide private]
[frames] | no frames]

Class Moloch

source code

                        object --+    
                                 |    
lib.cuckoo.common.abstracts.Report --+
                                     |
                                    Moloch

Moloch reporting module.

Instance Methods [hide private]
 
run(self, results)
Start report processing.
source code

Inherited from lib.cuckoo.common.abstracts.Report: __init__, set_options, set_path, set_task

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from lib.cuckoo.common.abstracts.Report: order

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

run(self, results)

source code 

Start report processing.

Raises:
  • NotImplementedError - this method is abstract.
Overrides: lib.cuckoo.common.abstracts.Report.run
(inherited documentation)