IniSection

IniSection

class IniSection[source]

Bases: object

Describes a section of an INI file to include in the current configuration

Attributes

Note: attributes inherited from parent classes are not shown here, if any

name

Section name

strict

Whether all the keys must correspond to parsed arguments

Methods

List of members of IniSection

name: str

Section name

strict: bool

Whether all the keys must correspond to parsed arguments

__init__(name, strict)