Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3695bf

Browse files
committed
Issue16544 - Add a link to an external documentation resource in ast module docs.
1 parent b136054 commit f3695bf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/library/ast.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,8 @@ and classes for traversing abstract syntax trees:
249249
wanted *annotate_fields* must be set to ``False``. Attributes such as line
250250
numbers and column offsets are not dumped by default. If this is wanted,
251251
*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

Comments
 (0)