mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Add sets to the precedence table.
This commit is contained in:
parent
3bce11cbbd
commit
925914f950
1 changed files with 1 additions and 0 deletions
|
@ -1312,6 +1312,7 @@ groups from right to left).
|
|||
| ``(expressions...)``, | Binding or tuple display, |
|
||||
| ``[expressions...]``, | list display, |
|
||||
| ``{key:datum...}``, | dictionary display, |
|
||||
| ``{expressions...}`` | set display |
|
||||
+-----------------------------------------------+-------------------------------------+
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue