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 3807423 commit a8ba4d3Copy full SHA for a8ba4d3
mypy/test/teststubtest.py
@@ -88,6 +88,8 @@ class _TypedDict(Mapping[str, object]):
88
__total__: ClassVar[bool]
89
__readonly_keys__: ClassVar[frozenset[str]]
90
__mutable_keys__: ClassVar[frozenset[str]]
91
+ __closed__: ClassVar[bool | None]
92
+ __extra_items__: ClassVar[Any]
93
def overload(func: _T) -> _T: ...
94
def type_check_only(func: _T) -> _T: ...
95
def final(func: _T) -> _T: ...
0 commit comments