AnnotationType 模块

概述

AnnotationType 模块提供了可在模板设计文件中.pymd使用的注释的枚举类型。

模块:pymaidol

导入

from pymaidol import AnnotationType

名称描述
AnnotationTypeEnum 枚举AnnotationTypeEnum 枚举是所有注释种类枚举类的基类。内部无枚举值,只用于被继承。
SingleLineAnnotationTypeEnum 枚举包含了可在模板设计文件中.pymd使用的单行注释的类型。
MultiLineAnnotationTypeEnum 枚举包含了可在模板设计文件中.pymd使用的多行注释的类型。

静态变量

名称类型描述
FULL_ANNOTATION_TYPElist[AnnotationTypeEnum]包含了所有注释种类枚举类的枚举值的列表。