mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Remove __slots__ from builtins.object (#6800)
This commit is contained in:
@@ -84,7 +84,6 @@ class _SupportsAiter(Protocol[_T_co]):
|
||||
class object:
|
||||
__doc__: str | None
|
||||
__dict__: dict[str, Any]
|
||||
__slots__: str | Iterable[str]
|
||||
__module__: str
|
||||
__annotations__: dict[str, Any]
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user