enum-properties icon indicating copy to clipboard operation
enum-properties copied to clipboard

When supporting py>=3.11 consider using _add_value_alias_ for symmetric properties

Open bckohan opened this issue 10 months ago • 0 comments

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

bckohan avatar Mar 26 '25 19:03 bckohan