pystencils.backend.ast.expressions.PsTernary#
- class pystencils.backend.ast.expressions.PsTernary(cond, then, els)#
Ternary operator.
- Parameters:
cond (PsExpression)
then (PsExpression)
els (PsExpression)
- _clone_expr()#
Implementation of expression cloning.
- Return type:
- get_children()#
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.
- Return type: