mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-35054: Add yet more index entries for symbols. (GH-10121)
This commit is contained in:
parent
95f68b10d5
commit
913876d824
30 changed files with 223 additions and 190 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue