Package schrodinger :: Package application :: Package glide :: Package packages :: Module driver :: Class SubjobState
[hide private]
[frames] | no frames]

Class SubjobState

object --+
         |
        SubjobState

This class provides read access to the contents of the state file for a subjob, <jobname>_state.json.

Instance Methods [hide private]
 
__init__(self, jobname)
x.__init__(...) initializes x; see help(type(x)) for signature
 
get(self, key, default=None)
 
readStateDict(self)

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

Properties [hide private]
  filename
  cpu_time
  done

Inherited from object: __class__

Method Details [hide private]

__init__(self, jobname)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

filename

Get Method:
unreachable.filename(self)

cpu_time

Get Method:
unreachable.cpu_time(self)

done

Get Method:
unreachable.done(self)