pystencils.backend.ast.astnode.PsAstNodeChildrenMixin

pystencils.backend.ast.astnode.PsAstNodeChildrenMixin#

class pystencils.backend.ast.astnode.PsAstNodeChildrenMixin#

Mix in with PsAstNode to use default implementations of get_children and set_child.

Subclasses must define the _ast_children class variable, listing name and data type of each child node.