mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
add __dict__ attribute to class instance
This commit is contained in:
@@ -28,6 +28,7 @@ property = object()
|
||||
class object:
|
||||
__doc__ = ... # type: str
|
||||
__class__ = ... # type: type
|
||||
__dict__ = ... # type: Dict[str, Any]
|
||||
|
||||
def __init__(self) -> None: ...
|
||||
def __new__(cls) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user