fill_type属性

fill_type属性

获取并设置填充类型

定义:

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

也可以看看