pystencils.backend.ast.structural.PsBlock#
- class pystencils.backend.ast.structural.PsBlock(cs)#
- Parameters:
cs (Iterable[PsStructuralNode])
- 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.