MultiLineAnnotationTypeEnum Enumeration

Overview

Contains the types of multiline annotations that can be used in template design files .pymd.

Module: pymaidol.AnnotationType

Inherits from: pymaidol.AnnotationType.AnnotationTypeEnum

Import

from pymaidol import MultiLineAnnotationTypeEnum

or

from pymaidol.AnnotationType import MultiLineAnnotationTypeEnum

Enum Items

NameValueDescription
Python’''Multiline comment in Python, which starts and ends with '''.
C/*Multiline comment in C, which starts with /\* and ends with */.
HTML<!–Multiline comment in HTML, which starts with <!-- and ends with -->.