CoverageGroup

CoverageGroup

Overview

CoverageGroup 是Python的Aspose.Font FOSS中的一个类.

覆盖诊断一个请求源,如预设,文本或范围.

这个类提供了在Python程序中使用CoverageGroup 对象的2种方法. 有的方法包括: summary_dict, to_dict. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: covered_codepoints, covered_count, fully_covered, kind, label, missing_codepoints,另外还有3个.

Properties

NameTypeAccessDescription
requested_countintRead得到了要求的数量.
covered_countintRead得到了覆盖的数量.
missing_countintRead得到了缺失的数量.
fully_coveredboolRead得到完全覆盖.
kindstrRead得到的类型.
labelstrRead得到标签.
requested_codepointstuple[int, ...]Read得到了请求的代码点.
covered_codepointstuple[int, ...]Read得到了密码点.
missing_codepointstuple[int, ...]Read找到了缺失的代码点.

Methods

SignatureDescription
to_dict()dict[str, object]返回对象数据的字典表示
summary_dict()dict[str, object]返回一个简洁的字典,概括覆盖统计数据.

See Also

 中文