value1属性

value1属性

表示与数据验证关联的第一个值。

定义:

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

也可以看看