convert_numeric_data 属性

convert_numeric_data 属性

获取或设置一个值,该值指示是否将搜索到的字符串值转换为数字数据。

定义:

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

也可以看看