We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c81708 commit 306fd86Copy full SHA for 306fd86
src/iniconfig/__init__.py
@@ -89,6 +89,7 @@ def items(self) -> Iterator[tuple[str, str]]:
89
class IniConfig:
90
path: Final[str]
91
sections: Final[Mapping[str, Mapping[str, str]]]
92
+ _sources: Final[Mapping[tuple[str, str | None], int]]
93
94
def __init__(
95
self,
0 commit comments