mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-29 14:22:12 +08:00
This reverts commit 1a164b630c.
Reverts python/typeshed#1549.
See Guido's comments in the original PR.
This commit is contained in:
committed by
Guido van Rossum
parent
1a164b630c
commit
78587dc895
@@ -90,6 +90,7 @@ class UnboundMethodType:
|
||||
|
||||
class InstanceType:
|
||||
__doc__ = ... # type: Optional[str]
|
||||
__class__ = ... # type: type
|
||||
__module__ = ... # type: Any
|
||||
|
||||
MethodType = UnboundMethodType
|
||||
|
||||
Reference in New Issue
Block a user