pyccel.parser.extend_tree module#
Extended AST with CommentLine and CommentMultiLine nodes#
- class pyccel.parser.extend_tree.CommentLine(s, lineno, col_offset)[source]#
Bases:
AST
“New AST node representing a comment line
- class pyccel.parser.extend_tree.CommentMultiLine(s, lineno, col_offset)[source]#
Bases:
CommentLine
“New AST node representing a multi-line comment