pystencils.backend.ast.expressions.PsUnOp#
- class pystencils.backend.ast.expressions.PsUnOp(operand)#
- Parameters:
operand (PsExpression)
- get_children()#
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.
operand (PsExpression)
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.