Commits


David Vo authored and GitHub committed 5e6ec496522
Add enum value to enum repr (#2126) This changes enum reprs to look like `<Enum.name: value>` similarly to the Python enum module. This keeps the str of enums as `Enum.name`, like the Python enum module.