How to get all values from python enum class? September 29, 2022 by Tarik You can do the following: [e.value for e in Color]