AnnotationType Module

Overview

The AnnotationType module provides an enumeration of annotations that can be used in template design files with the .pymd extension.

Module: pymaidol

Import

from pymaidol import AnnotationType

Classes

NameDescription
AnnotationTypeEnum EnumerationThe AnnotationTypeEnum enumeration is the base class for all annotation type enumerations. It does not contain any enumeration values and is only used for inheritance.
SingleLineAnnotationTypeEnum EnumerationContains the types of single-line annotations that can be used in template design files with the .pymd extension.
MultiLineAnnotationTypeEnum EnumerationContains the types of multi-line annotations that can be used in template design files with the .pymd extension.

Static Variables

NameTypeDescription
FULL_ANNOTATION_TYPElist[AnnotationTypeEnum]A list that contains all the enumeration values of the annotation type enumerations.