position属性

position属性

该属性指定对象中字符的position

定义:

@property
def position(self):
    ...
@position.setter
def position(self, value):
    ...

也可以看看