amount属性

amount属性

代表误差线的 amount。

注意事项

amount 必须大于或等于零。

定义:

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

也可以看看