xref
: /
third_party
/
PyYAML
/
tests
/
data
/
construct-python-tuple-list-dict.code
(revision a5f9918a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/PyYAML/tests/data/
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
]
7