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: ExprMethods
get_struct(self, simplified: bool=False) -> ReprStruct
title: Return the AST structure of the object.
parameters:
simplified:
type: bool
returns:
type: ReprStructEllipsis(Expr)
title: AST class for Ellipsis expressions.
attributes:
kind:
type: ASTKindMethods
get_struct(self, simplified: bool=False) -> ReprStruct
title: Return the AST structure of the object.
parameters:
simplified:
type: bool
returns:
type: ReprStruct