Section

class ase2sprkkr.common.configuration_containers.Section(definition, container=None)[source]

A standard section of a task or potential (whose content is predefinded by SectionDefinition)

Class hierarchy

Inheritance diagram of ase2sprkkr.common.configuration_containers.Section

Constructor

__init__(definition, container=None)

Create the container and its members, according to the definition

property definition

The definition of the section.

Returns

  • ase2sprkkr.common.configuration_definitions.ContainerDefinition

  • The definition of the section. I.e. the object that defines, which configuration values

  • are in the section, their default values etc.