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 646bc53 commit dc2cf80Copy full SHA for dc2cf80
stdlib/builtins.pyi
@@ -192,7 +192,7 @@ class type:
192
def __basicsize__(self) -> int: ...
193
# type.__dict__ is read-only at runtime, but that can't be expressed currently.
194
# See https://github.com/python/typeshed/issues/11033 for a discussion.
195
- __dict__: Final[types.MappingProxyType[str, Any]] # type: ignore[override]
+ __dict__: Final[types.MappingProxyType[str, Any]] # type: ignore[assignment]
196
@property
197
def __dictoffset__(self) -> int: ...
198
0 commit comments