Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.37 KB

File metadata and controls

36 lines (27 loc) · 1.37 KB
title PyCommentType
sidebarTitle PyCommentType
icon
description Enum representing different types of comments.

import {Parameter} from '/snippets/Parameter.mdx'; import {ParameterWrapper} from '/snippets/ParameterWrapper.mdx'; import {Return} from '/snippets/Return.mdx'; import {HorizontalDivider} from '/snippets/HorizontalDivider.mdx'; import {GithubLinkNote} from '/snippets/GithubLinkNote.mdx'; import {Attribute} from '/snippets/Attribute.mdx';

Attributes

### MULTI_LINE_DOUBLE_QUOTE } description="Represents a multi-line comment using double quotes." />

MULTI_LINE_QUOTE

} description="Represents a multi-line comment using single quotes." />

SINGLE_LINE

} description="Represents a single line comment." />

UNKNOWN

} description="Represents an unknown type of comment." />