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