Sign in
android
/
platform
/
tools
/
idea
/
e782c57
/
.
/
python
/
testData
/
inspections
/
PyArgumentListInspection
/
tuples.py
blob: aa6b0c97614173dbfa83c8a41a2cee341d7c7f60 [
file
]
ab
=
((
1
,
2
),
(
3
,
4
))
def
f
(*
args
):
return
args
f
(*
ab
)
# pass