qgis_deployment_toolbelt.utils.ini_parser_with_path module¶
- class qgis_deployment_toolbelt.utils.ini_parser_with_path.CustomConfigParser(*args: Any, **kwargs: Any)¶
Bases:
ConfigParser
CustomConfigParser extends configparser.ConfigParser to include functionality for storing the paths of the INI files being read.
- initial_file_path¶
path of the initial ini file from which the configurations were loaded.
- Type:
str | PathLike | None
- __init__(*args: Any, **kwargs: Any) None ¶
Initialize the CustomConfigParser with the same arguments as configparser.ConfigParser.