Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
paramInfo
/
TupleArgPlainParam.py
blob: 24b8e574387a08e11b6b4d7f6c43a8bf3da9c2d8 [
file
] [
log
] [
blame
]
def
f
(
a
,
b
,
c
):
return
a
,
b
,
c
f
(
1
,
(
2
,
3
,
<
arg
>
4
),
5
)