mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Add GenericMeta (so that classes can be Generic when they already hav… (#703)
This commit is contained in:
committed by
Guido van Rossum
parent
a2559eeaeb
commit
5ba7abc559
@@ -16,6 +16,8 @@ Type = object()
|
||||
_promote = object()
|
||||
no_type_check = object()
|
||||
|
||||
class GenericMeta(type): ...
|
||||
|
||||
# Type aliases and type constructors
|
||||
|
||||
class TypeAlias:
|
||||
|
||||
Reference in New Issue
Block a user