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
Symmetricity is rolled from scratch but as of 3.11 EnumType has builtin value alias support. If its possible we should probably use this builtin feature to support symmetric values.
bckohan
changed the title
When >=3.11 supported consider using _add_value_alias_ for symmetric properties
When supporting py>=3.11 consider using _add_value_alias_ for symmetric properties
Mar 26, 2025
Symmetricity is rolled from scratch but as of 3.11 EnumType has builtin value alias support. If its possible we should probably use this builtin feature to support symmetric values.
https://docs.python.org/3/library/enum.html#enum.EnumType._add_value_alias_
The text was updated successfully, but these errors were encountered: