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