min属性

min属性

获取并设置可接受的最小值。

定义:

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

也可以看看