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.
|
|
__init__(self,
keywords,
jobname)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
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__
|