Package schrodinger :: Package application :: Package desmond :: Module stage :: Class Concluder
[hide private]
[frames] | no frames]

Class Concluder

         object --+        
                  |        
picklejar.Picklable --+    
                      |    
          cmj.StageBase --+
                          |
                         Concluder

This stage does not create any jobs for the 'cmj.QUEUE'.

Nested Classes [hide private]

Inherited from cmj.StageBase: __metaclass__

Instance Methods [hide private]
 
__init__(self, fname_out=None, *arg, **kwarg)
x.__init__(...) initializes x; see help(type(x)) for signature
 
describe(self)
 
release(self)
Calls the 'crunch' method to generate new jobs objects and submits them to the 'QUEUE'.

Inherited from cmj.StageBase: __getstate__, __setstate__, capture, check_param, crunch, determine, hook_captured_successful_job, pack_stage, poststage, prestage, push, restart_subjobs

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

Class Variables [hide private]
  NAME = "concluder"

Inherited from cmj.StageBase: PARAM, count, stage_cls, stage_obj

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, fname_out=None, *arg, **kwarg)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

describe(self)

 
Overrides: cmj.StageBase.describe

release(self)

 

Calls the 'crunch' method to generate new jobs objects and submits them to the 'QUEUE'.

Overrides: cmj.StageBase.release