Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Version 1.0.1

Choose a tag to compare

@bsamuel-ui bsamuel-ui released this 24 May 17:33
· 18 commits to master since this release
7605f6d

This makes a small correction to the behavior of Enums; using indexing to look up members rather than relying on the __members__ dunder it uses the type directly.

To override it you'd need to subclass EnumMeta, but that's actually pretty easy.