Synopsis - Cross-Reference

File: /tests/Cxx-API/Python/expected/Dict.out
1{'a': 'A', 1: 2, 'hello': 'world'}
2['a', 1, 'hello']
3['A', 2, 'world']
4[('a', 'A'), (1, 2), ('hello', 'world')]
5A
6None
7('a', 'A')
8(1, 2)
9('hello', 'world')