mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
This commit is contained in:
@@ -29,7 +29,7 @@ class object:
|
||||
__doc__ = ... # type: Optional[str]
|
||||
__class__ = ... # type: type
|
||||
__dict__ = ... # type: Dict[str, Any]
|
||||
__slots__ = ... # type: Optional[Union[str, unicode, Iterable[Union[str, unicode]]]]
|
||||
__slots__ = ... # type: Union[str, unicode, Iterable[Union[str, unicode]]]
|
||||
__module__ = ... # type: str
|
||||
|
||||
def __init__(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user