Codegen home page
Search...
⌘K
Ask AI
GitHub
GitHub
Search...
Navigation
Python
PyCommentType
Documentation
API Reference
CLI
Blog
Changelog
codegen
API Reference
Overview
Core
Python
PyAssignment
PyAssignmentStatement
PyAttribute
PyBlockStatement
PyBreakStatement
PyCatchStatement
PyChainedAttribute
PyClass
PyCodeBlock
PyComment
PyCommentGroup
PyCommentType
PyConditionalExpression
PyDecorator
PyFile
PyForLoopStatement
PyFunction
PyGenericType
PyHasBlock
PyIfBlockStatement
PyImport
PyImportStatement
PyMatchCase
PyMatchStatement
PyNamedType
PyParameter
PyPassStatement
PyReturnTypePlaceholder
PyString
PySymbol
PyTryCatchStatement
PyUnionType
PyWhileStatement
Typescript
On this page
Attributes
MULTI_LINE_DOUBLE_QUOTE
MULTI_LINE_QUOTE
SINGLE_LINE
UNKNOWN
Python
PyCommentType
Enum representing different types of comments.
View Source on
Github
Attributes
MULTI_LINE_DOUBLE_QUOTE
Represents a multi-line comment using double quotes.
MULTI_LINE_QUOTE
Represents a multi-line comment using single quotes.
SINGLE_LINE
Represents a single line comment.
UNKNOWN
Represents an unknown type of comment.
Was this page helpful?
Yes
No
PyCommentGroup
PyConditionalExpression
Assistant
Responses are generated using AI and may contain mistakes.