amount属性
amount属性
代表误差线的 amount。
注意事项
amount 必须大于或等于零。
定义:
@property
def amount(self):
...
@amount.setter
def amount(self, value):
...
代表误差线的 amount。
amount 必须大于或等于零。
@property
def amount(self):
...
@amount.setter
def amount(self, value):
...