both属性

both属性

表示两个条件之间是否存在“与”的关系。

定义:

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

也可以看看