mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
This commit is contained in:
@@ -98,7 +98,6 @@ class object:
|
||||
__annotations__: dict[str, Any]
|
||||
@property
|
||||
def __class__(self) -> type[Self]: ...
|
||||
# Ignore errors about type mismatch between property getter and setter
|
||||
@__class__.setter
|
||||
def __class__(self, __type: type[object]) -> None: ... # noqa: F811
|
||||
def __init__(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user