astviewer icon indicating copy to clipboard operation
astviewer copied to clipboard

Python Abstract Syntax Tree viewer in Qt

Results 2 astviewer issues
Sort by recently updated
recently updated
newest added

Each node should have a right click context menu item "Copy node selector" that will copy python code like `node.body[0].value.s` etc. This is similar to what the web browser console...

enhancement

When traversing the abstract syntax tree nodes in depth first order, the node position (being the `lineno` and `col_offset` attributes) are not always encountered in increasing order. For example decorators...

low-priority