all 属性

all 属性

将应用所有属性。

定义:

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

也可以看看