pystencils.backend.ast.expressions.PsCall#
- class pystencils.backend.ast.expressions.PsCall(function, args)#
- Parameters:
function (PsFunction)
args (Sequence[PsExpression])
- get_children()#
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.
- set_child(idx, c)#
Update a child node of this AST node.
This operation must be implemented by subclasses.