custom_unit属性
custom_unit属性
指定显示单位的自定义值。
定义:
@property
def custom_unit(self):
...
@custom_unit.setter
def custom_unit(self, value):
...
指定显示单位的自定义值。
@property
def custom_unit(self):
...
@custom_unit.setter
def custom_unit(self, value):
...