pystencils.backend.ast.structural.PsAssignment#

class pystencils.backend.ast.structural.PsAssignment(lhs, rhs)#
Parameters:
_clone_structural()#

Implementation of structural node cloning.

Return type:

PsAssignment

get_children()#

Retrieve child nodes of this AST node

This operation must be implemented by subclasses.

Return type:

tuple[PsAstNode, ...]

set_child(idx, c)#

Update a child node of this AST node.

This operation must be implemented by subclasses.

Parameters: