| 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';
### MULTI_LINE_DOUBLE_QUOTE } description="Represents a multi-line comment using double quotes." /> } description="Represents a multi-line comment using single quotes." /> } description="Represents a single line comment." /> } description="Represents an unknown type of comment." />