operator.index with custom class instance

后端 未结 0 1194
不知归路
不知归路 2021-01-03 22:39

I have a simple class below,

class MyClass(int):
    def __index__(self):
        return 1

According to operator.index documentation,

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