We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c3956 commit 9d90d88Copy full SHA for 9d90d88
Doc/library/types.rst
@@ -351,6 +351,13 @@ Standard names are defined for the following types:
351
.. versionchanged:: 3.9.2
352
This type can now be subclassed.
353
354
+ .. seealso::
355
+
356
+ :ref:`Generic Alias Types<types-genericalias>`
357
+ In-depth documentation on instances of `types.GenericAlias`
358
359
+ :pep:`585` - Type Hinting Generics In Standard Collections
360
+ Introducing the `types.GenericAlias` class
361
362
.. class:: UnionType
363
0 commit comments