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):
...