| Trees | Indices | Help |
|
|---|
|
|
object --+
|
GenOptions
A class to convert keyword value pairs defined in a single string into a
data structure, and allow them to be converted back into a string.
Here are some example strings:
'igeopt=1 mp2=3'
'igeopt=1 maxitg=1 iacc=1'
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
eq_re = re.compile(r'\s
|
|||
ERROR = 2
|
|||
OK = 0hash(x) |
|||
PARTIAL = 1
|
|||
|
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Test the state of the provided string. If gen_options is provided,
set its values based on the keyword value pairs in the string.
Parameters
string (str)
Input string to read for settings.
gen_options (GenOptions)
A gen_options instance to modify according to the values in
'string'.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:44 2016 | http://epydoc.sourceforge.net |