Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bitwise Operators

Is There A Python Class/enum For Flag/bit Mask Operations?

I know of base classes Enum and IntEnum. Both are very helpful but I miss features for flag operati… Read more Is There A Python Class/enum For Flag/bit Mask Operations?