xref
: /
third_party
/
PyYAML
/
tests
/
data
/
recursive-tuple.recursive
(revision a5f9918a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/PyYAML/tests/data/
1
value = ([], [])
2
value[0].append(value)
3
value[1].append(value[0])
4