We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b136054 commit f3695bfCopy full SHA for f3695bf
1 file changed
Doc/library/ast.rst
@@ -249,3 +249,8 @@ and classes for traversing abstract syntax trees:
249
wanted *annotate_fields* must be set to ``False``. Attributes such as line
250
numbers and column offsets are not dumped by default. If this is wanted,
251
*include_attributes* can be set to ``True``.
252
+
253
+.. seealso::
254
255
+ `Green Tree Snakes <https://greentreesnakes.readthedocs.org/>`_, an external documentation resource, has good
256
+ details on working with Python ASTs.
0 commit comments