Skip to content

ini_handler

IniReader

read(path, filename) staticmethod

Read parameters from ini file. Convert parsed strings to the correct data type (bool, int, float or string).

Parameters:

Name Type Description Default
path str

File path.

required
filename str

Name of the ini file.

required

Returns:

Type Description
dict

Dictionary with parsed values.