mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
And make many attributes read-only. The primary entry point to this module in `IniFile` (or its subclass `AppIniFile`). Since the config file is read (from `filename`) and parsed (using the `dialect`) in the `IniFile` constructor, modifying attributes like `IniFile.filename` or `IniFile.dialect` after construction is likely to cause problems.