operator属性

operator属性

代表operator,用于数据验证。

定义:

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

也可以看看