
Aug. 31, 2021
5:27 a.m.
On Mon, Aug 30, 2021 at 6:50 PM Steven D'Aprano <steve@pearwood.info> wrote:
They provide a *huge* advantage when they can be combined. It's easy to accept a flags argument that is the bitwise Or of a collection of flags,
I'm not a big user of Enums, but I *think* that only applies for IntEnums?
Actually, I think that's "Flag" Enums :-) -- and this is a nice use case, but not for the topic at hand. -CHB -- Christopher Barker, PhD (Chris) Python Language Consulting - Teaching - Scientific Software Development - Desktop GUI and Web Development - wxPython, numpy, scipy, Cython