astx.subscript

astx.subscript

Source: packages/astx/src/astx/subscript.py

title: Module for subscripts definitions/declarations.

Classes

SubscriptExpr(Expr)

title: AST class for subscript expressions.
attributes:
  kind:
    type: ASTKind
  value:
    type: Expr
  index:
    type: Expr
  lower:
    type: Expr
  upper:
    type: Expr
  step:
    type: Expr

Methods

get_struct(self, simplified: bool=False) -> ReprStruct
title: Return the AST structure of the object.
parameters:
  simplified:
    type: bool
returns:
  type: ReprStruct

Ellipsis(Expr)

title: AST class for Ellipsis expressions.
attributes:
  kind:
    type: ASTKind

Methods

get_struct(self, simplified: bool=False) -> ReprStruct
title: Return the AST structure of the object.
parameters:
  simplified:
    type: bool
returns:
  type: ReprStruct