Skip to content

Commit e01fe40

Browse files
committed
blurb
1 parent 39b4a57 commit e01fe40

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)