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

Class McproStageBase

         object --+        
                  |        
picklejar.Picklable --+    
                      |    
          cmj.StageBase --+
                          |
                         McproStageBase
Known Subclasses:

Nested Classes [hide private]

Inherited from cmj.StageBase: __metaclass__

Instance Methods [hide private]
 
__init__(self, *arg, **kwarg)
x.__init__(...) initializes x; see help(type(x)) for signature

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

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

Static Methods [hide private]
 
symlink_input(job, tag, fname)
Class Variables [hide private]
  NAME = 'mcpro_generic'

Inherited from cmj.StageBase: count, stage_cls, stage_obj

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *arg, **kwarg)
(Constructor)

 

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

Overrides: object.__init__