view tests/test_parse_files/test_dict.py @ 91:859d44f143b8

Implement Bytes in the AST.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 25 Jun 2016 02:08:50 +0100
parents dc82a0d8f144
children
line wrap: on
line source

a = {"key": "value", "key2": 4}
a = {"key": None, **d}