pystencils.backend.ast.axes.PsAxisRange#
- class pystencils.backend.ast.axes.PsAxisRange(counter, start, stop, step)#
Iteration range of an axis.
- Parameters:
counter (PsSymbolExpr)
start (PsExpression)
stop (PsExpression)
step (PsExpression)
- clone()#
Perform a deep copy of the AST.
- Return type: