pystencils.backend.ast.axes.PsAxisRange

pystencils.backend.ast.axes.PsAxisRange#

class pystencils.backend.ast.axes.PsAxisRange(counter, start, stop, step)#

Iteration range of an axis.

Parameters:
property declared_symbol: PsSymbol#

Override in subclasses to return the declared symbol

clone()#

Perform a deep copy of the AST.

Return type:

PsAxisRange