How do I add a custom __lshift__ and __rshift__ for bytes when it doesn't exist?

后端 未结 0 1115
我在风中等你
我在风中等你 2020-12-22 07:11

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题