mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Add stub version of Type[C] (#216)
This commit is contained in:
@@ -12,6 +12,7 @@ TypeVar = object()
|
||||
Generic = object()
|
||||
Tuple = object()
|
||||
Callable = object()
|
||||
Type = object()
|
||||
builtinclass = object()
|
||||
_promote = object()
|
||||
NamedTuple = object()
|
||||
|
||||
Reference in New Issue
Block a user