SingleLineAnnotationTypeEnum Enumeration

Overview

Contains the types of single-line annotations that can be used in template design files .pymd.

Module: pymaidol.AnnotationType

Inherits from: pymaidol.AnnotationType.AnnotationTypeEnum

Import

from pymaidol import SingleLineAnnotationTypeEnum

or

from pymaidol.AnnotationType import SingleLineAnnotationTypeEnum

Enum Items

NameValueDescription
Python#Single-line comment for Python, which starts with #.
C//Single-line comment for C, which starts with //.

See Also

AnnotationTypeEnum Enumeration