Erik Hasse

Results 2 issues of Erik Hasse

Allow something like this: `MyNoAliasEnum(MyNoAliasEnum.FOO)`. It makes sense why NoAlias enums can't be looked up by the raw value since they may not be unique, but unless I'm missing something...

**What language does this apply to?** Python **Describe the problem you are trying to solve.** The `__iter__` attribute is commonly used to check whether an object is list-like, so neglecting...

python
inactive