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 f191db2 commit c7a2f07Copy full SHA for c7a2f07
Doc/library/typing.rst
@@ -3340,7 +3340,8 @@ Introspection helpers
3340
``__annotations__`` dictionaries. Annotations on classes appearing
3341
earlier in the :term:`method resolution order` always take precedence over
3342
annotations on classes appearing later in the method resolution order.
3343
- * The function recursively replaces all occurrences of ``Annotated[T, ...]``
+ * The function recursively replaces all occurrences of
3344
+ ``Annotated[T, ...]``/``Required[T]``/``NotRequired[T]``
3345
with ``T``, unless *include_extras* is set to ``True`` (see
3346
:class:`Annotated` for more information).
3347
0 commit comments