characters_with_spaces 属性
characters_with_spaces 属性
表示文档中字符数(包括空格)的估计值。
定义:
@property
def characters_with_spaces(self):
...
@characters_with_spaces.setter
def characters_with_spaces(self, value):
...
表示文档中字符数(包括空格)的估计值。
@property
def characters_with_spaces(self):
...
@characters_with_spaces.setter
def characters_with_spaces(self, value):
...