count属性

count属性

获取或设置轴箱的 count

定义:

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

也可以看看