configuration_definitions
Full name: ase2sprkkr.common.configuration_definitions
Module class hierarchy

Description
Configuration definitions are classes, that desribes the syntax of a configuration file, or its parts (sections or configuration options)
They are able both to parse a file, which results in an
instance of (an instance of ase2sprkkr.common.Configuration
,
e.g. an Option
or
Section
), or write such object to a file.
Functions
|
Add the condition to the element, that its value is not any of given names |
|
Create a dictionary from the arguments. |
Classes
|
A base class for a configuration definition, either of an option, or of a container. |
|
From this class, the definition of the format of a whole configuration file should be derived. |
|
Base class for a definition (of contained data, format, etc) of either a whole configuration file (e.g. |
|
This class returns a read-only dict-like class that merge values from a container and from the definition of a section |
|
Base class for definition of the sections in Pot or InputParameters files. |
|