Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
paramInfo
/
TupleArgPlainParam.py
blob: 24b8e574387a08e11b6b4d7f6c43a8bf3da9c2d8 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
def
f
(
a
,
b
,
c
):
2
return
a
,
b
,
c
3
4
f
(
1
,
(
2
,
3
,
<
arg
>
4
),
5
)