operator属性

operator属性

代表数据验证的 operator。

定义:

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

也可以看看