Module inilike.file
Class representation of ini-like file.
See Also
Classes
Name | Description |
---|---|
IniLikeFile
|
Ini-like file. |
IniLikeGroup
|
This class represents the group (section) of key-value entries in the ini-like file.
Instances of this class can be created only in the context of IniLikeFile or its derivatives.
Values are stored in the escaped form, but the interface allows to set and get values in both escaped and unescaped forms.
|
Structs
Name | Description |
---|---|
IniLikeLine
|
Line in group. |
ListMap
|
Container used internally by IniLikeFile and IniLikeGroup .
Technically this is a list with optional value access by key.
|