-
Notifications
You must be signed in to change notification settings - Fork 0
python
Quentin Carbonel edited this page Dec 13, 2016
·
1 revision
https://docs.python.org/2/reference/expressions.html
5.2.7. Dictionary displays
dict_display ::= "{" [key_datum_list | dict_comprehension] "}"
key_datum_list ::= key_datum ("," key_datum)* [","]
key_datum ::= expression ":" expression
dict_comprehension ::= expression ":" expression comp_for