我是python的新手。
我使用的是python 3.5。
当我在python中输入help( int.__index__ )
时,我得到:
Help on wrapper_descriptor:
__index__(self, /)
Return self converted to an integer, if self is suitable for use as an index into a list.
这是我的基本问题:
/
中的__index__(self, /)
是什么?