Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
36 lines (27 loc) · 1.37 KB

File metadata and controls

36 lines (27 loc) · 1.37 KB
Copy raw file
Download raw file
Outline
Edit and raw actions
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." />
Morty Proxy This is a proxified and sanitized view of the page, visit original site.