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
Could we have PEP586 implemented in the type extension? I think that would be handy in a configuration language. There's enum, but that requires using the enum constructor. For me it would be nice to express that a certain argument expects something from a set of specific values, especially strings.
The text was updated successfully, but these errors were encountered:
Could we have PEP586 implemented in the type extension? I think that would be handy in a configuration language. There's
enum
, but that requires using the enum constructor. For me it would be nice to express that a certain argument expects something from a set of specific values, especially strings.The text was updated successfully, but these errors were encountered: