mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 10:21:14 +08:00
committed by
Guido van Rossum
parent
225f302135
commit
d486e2a8d5
@@ -13,6 +13,7 @@ Tuple = object()
|
||||
Callable = object()
|
||||
Type = object()
|
||||
_promote = object()
|
||||
ClassVar = object()
|
||||
|
||||
class GenericMeta(type): ...
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ Callable = object()
|
||||
Type = object()
|
||||
_promote = object()
|
||||
no_type_check = object()
|
||||
ClassVar = object()
|
||||
|
||||
class GenericMeta(type): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user