array_as_table 属性
array_as_table 属性
将数组作为表处理。
定义:
@property
def array_as_table(self):
...
@array_as_table.setter
def array_as_table(self, value):
...
将数组作为表处理。
@property
def array_as_table(self):
...
@array_as_table.setter
def array_as_table(self, value):
...