xref
: /
aosp_15_r20
/
external
/
python
/
pyyaml
/
tests
/
data
/
recursive-dict.recursive
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
value = {}
2
instance = AnInstance(value, value)
3
value[instance] = instance
4