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

Class GlideJob

object --+
         |
        GlideJob
Known Subclasses:

Base class for DockingJob and GridgenJob. This is just a wrapper around the classes from glide.py, while offering access to the keywords as read-only properties.

Instance Methods [hide private]
 
__init__(self, keywords, jobname)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__str__(self)
str(x)
 
__getattr__(self, name)
 
iteritems(self)
 
checkDevKeywords(self)
Check that keywords that start with an underscore are known.

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, keywords, jobname)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)