is_by_category 属性
is_by_category 属性
指示是否按类别对数据进行分组
定义:
@property
def is_by_category(self):
...
@is_by_category.setter
def is_by_category(self, value):
...
指示是否按类别对数据进行分组
@property
def is_by_category(self):
...
@is_by_category.setter
def is_by_category(self, value):
...