diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2018-10-28 13:41:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-28 13:41:26 +0200 |
| commit | 913876d824d969f8c7431e8a9d4610a9a11a786e (patch) | |
| tree | f98ec4ccbb5f2db38d2ea62e1583745db2957c0b /Doc/library/ast.rst | |
| parent | 95f68b10d5c9852ef4dcf5b9f2ae15fdf74e8f1c (diff) | |
| download | cpython-git-913876d824d969f8c7431e8a9d4610a9a11a786e.tar.gz | |
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Diffstat (limited to 'Doc/library/ast.rst')
| -rw-r--r-- | Doc/library/ast.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 97ce2f5281..2883f3c673 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -41,6 +41,9 @@ Node classes with alternatives (aka "sums"), the left-hand side class is abstract: only instances of specific constructor nodes are ever created. + .. index:: single: ? (question mark); in AST grammar + .. index:: single: * (asterisk); in AST grammar + .. attribute:: _fields Each concrete class has an attribute :attr:`_fields` which gives the names |
