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