weight属性

weight属性

获取或设置该行的 WeightType

定义:

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

也可以看看