mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-27 05:12:10 +08:00
make __class__ refer to the current object's class (#2480)
This is just a direct rehash of #1549.
This commit is contained in:
committed by
GitHub
parent
2e0af18dda
commit
65863bebf4
@@ -90,7 +90,6 @@ class UnboundMethodType:
|
||||
|
||||
class InstanceType:
|
||||
__doc__ = ... # type: Optional[str]
|
||||
__class__ = ... # type: type
|
||||
__module__ = ... # type: Any
|
||||
|
||||
MethodType = UnboundMethodType
|
||||
|
||||
Reference in New Issue
Block a user