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 39b4a57 commit e01fe40Copy full SHA for e01fe40
1 file changed
Misc/NEWS.d/next/Library/2024-07-23-22-26-00.gh-issue-119180.B2IVT8.rst
@@ -0,0 +1,7 @@
1
+As part of :pep:`749`, add the following attributes for customizing
2
+evaluation of annotation scopes:
3
+
4
+* ``evaluate_value`` on :class:`typing.TypeAliasType`
5
+* ``evaluate_bound``, ``evaluate_constraints``, and ``evaluate_default`` on :class:`typing.TypeVar`
6
+* ``evaluate_default`` on :class:`typing.ParamSpec`
7
+* ``evaluate_default`` on :class:`typing.TypeVarTuple`
0 commit comments