Codegen home pagelight logodark logo
  • GitHub
  • GitHub
Documentation
API Reference
CLI
Blog
Changelog
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
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?

PyCommentGroupPyConditionalExpression
xlinkedin
Powered by Mintlify
On this page
  • Attributes
  • MULTI_LINE_DOUBLE_QUOTE
  • MULTI_LINE_QUOTE
  • SINGLE_LINE
  • UNKNOWN