repo.or.cz
/
pyyaml
/
python3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add more unit tests.
[pyyaml/python3.git]
/
tests
/
data
/
construct-python-tuple-list-dict.code
blob
20ced9883cfc814cf172c5f6412a6c73397e164a
1
[
2
[1, 2, 3, 4],
3
(1, 2, 3, 4),
4
{1: 2, 3: 4},
5
{(0,0): 0, (0,1): 1, (1,0): 1, (1,1): 0},
6
]