I would like to add circular shift to the bytes type, but cannot write a new __lshift__ or __rshift__ for the type. I do not just want
bytes
__lshift__
__rshift__