You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
PEP 695 specifies an improved syntax for specifying type parameters within a generic class, function, or type alias. It also introduces a new statement for declaring type aliases.
Describe the solution you'd like
We should access the stored attribute __value__ in the new TypeAliasType instance and work with it as if it were a regular type.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
PEP 695 specifies an improved syntax for specifying type parameters within a generic class, function, or type alias. It also introduces a new statement for declaring type aliases.
Describe the solution you'd like
We should access the stored attribute
__value__
in the newTypeAliasType
instance and work with it as if it were a regular type.The text was updated successfully, but these errors were encountered: