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 d14195d commit 16e7648Copy full SHA for 16e7648
docs/reference/generics.rst
@@ -662,6 +662,11 @@ for a more faithful type annotation:
662
return func(*args, **kwds)
663
return wrapper
664
665
+.. note::
666
+
667
+ To use this feature on Python versions earlier than 3.10, you will need to
668
+ import ``ParamSpec`` from ``typing_extensions``.
669
670
Parameter specifications also allow you to describe decorators that
671
alter the signature of the input function:
672
0 commit comments