mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Provide links to Python source where the code is short, readable and
informative adjunct to the docs. Forward-port of Raymond's r86225 and r86245 using the new source reST role added in #10334.
This commit is contained in:
parent
dbe7519da9
commit
6e6cb8e0e4
29 changed files with 134 additions and 0 deletions
|
@ -19,6 +19,9 @@ helper provided in this module. The result will be a tree of objects whose
|
|||
classes all inherit from :class:`ast.AST`. An abstract syntax tree can be
|
||||
compiled into a Python code object using the built-in :func:`compile` function.
|
||||
|
||||
.. seealso::
|
||||
|
||||
Latest version of the :source:`ast module Python source code <Lib/ast.py>`
|
||||
|
||||
Node classes
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue