File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ Type Description
5353``Iterable[int] `` iterable object containing ints
5454``Sequence[bool] `` sequence of booleans (read-only)
5555``Mapping[str, int] `` mapping from ``str `` keys to ``int `` values (read-only)
56+ ``type[C] `` type object of ``C `` (``C `` is a class/type variable/union of types)
5657====================== ===============================
5758
5859The type ``dict `` is a *generic * class, signified by type arguments within
@@ -82,6 +83,7 @@ Type Description
8283``Iterable[int] `` iterable object containing ints
8384``Sequence[bool] `` sequence of booleans (read-only)
8485``Mapping[str, int] `` mapping from ``str `` keys to ``int `` values (read-only)
86+ ``Type[C] `` type object of ``C `` (``C `` is a class/type variable/union of types)
8587====================== ===============================
8688
8789``List `` is an alias for the built-in type ``list `` that supports
You can’t perform that action at this time.
0 commit comments