Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
paramInfo
/
TupleParam.py
blob: 87bdd858594b6fec15c5eb39c2767c9a45ce9ea6 [
file
] [
log
] [
blame
]
def
f
(
a
,
b
):
return
a
,
b
f
([
1
,
2
,
3
]<
arg
>,
4
)