schrodinger :: application :: desmond :: stage :: VacuumReport :: Class VacuumReport
[hide private]
[frames] | no frames]

Class VacuumReport

         object --+            
                  |            
picklejar.Picklable --+        
                      |        
          cmj.StageBase --+    
                          |    
            FepMapperReport --+
                              |
                             VacuumReport

Nested Classes [hide private]

Inherited from cmj.StageBase: __metaclass__

Instance Methods [hide private]
 
PARAM(...)
 
crunch(self)
This is where jobs of this stage are created.

Inherited from FepMapperReport: __getstate__, __init__, compatible_graph, poststage, prestage

Inherited from cmj.StageBase: __setstate__, capture, check_param, describe, determine, hook_captured_successful_job, pack_stage, push, release, restart_subjobs, time_stage

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

Class Variables [hide private]
  NAME = 'vacuum_report'

Inherited from cmj.StageBase: count, stage_cls, stage_obj

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

PARAM(...)

 
Overrides: cmj.StageBase.PARAM

crunch(self)

 

This is where jobs of this stage are created. This function should be overriden by the subclass.

Overrides: cmj.StageBase.crunch