pystencils.backend.ast.structural.PsComment# class pystencils.backend.ast.structural.PsComment(text)# Parameters: text (str) _clone_structural()# Implementation of structural node cloning. Return type: PsComment structurally_equal(other)# Check two ASTs for structural equality. By default this method checks the node’s type and children. If an AST node has additional internal state, it MUST override this method. Return type: bool Parameters: other (PsAstNode)