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