Thanks to visit codestin.com Credit goes to github.com
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 eec826e commit 712afc5Copy full SHA for 712afc5
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