astx.literals.boolean

astx.literals.boolean

Source: packages/astx/src/astx/literals/boolean.py

title: ASTx Data Types module.

Classes

LiteralBoolean(Literal)

title: LiteralBoolean data type class.
attributes:
  type_:
    type: Boolean
  loc:
    type: SourceLocation
  value:
    type: bool