Message189197
I just wanted to note that there's a trivial way to prevent accidental aliases inline or in your test suite if you don't intend them:
class MyEnum(Enum):
....
assert len(MyEnum) == len(MyEnum.__members__) |
|
Date |
User |
Action |
Args |
2013-05-14 03:56:24 | ncoghlan | set | recipients:
+ ncoghlan, gvanrossum, barry, pitrou, eric.smith, alex, ethan.furman, dilettant |
2013-05-14 03:56:24 | ncoghlan | set | messageid: <1368503784.13.0.20696665754.issue17959@psf.upfronthosting.co.za> |
2013-05-14 03:56:24 | ncoghlan | link | issue17959 messages |
2013-05-14 03:56:23 | ncoghlan | create | |
|