type 属性

type 属性

获取或设置数据系列’type。

定义:

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

也可以看看