pystencils.backend.ast.astnode.PsAstNodeChildrenMixin#
- class pystencils.backend.ast.astnode.PsAstNodeChildrenMixin#
Mix in with
PsAstNodeto use default implementations ofget_childrenandset_child.Subclasses must define the
_ast_childrenclass variable, listing name and data type of each child node.