Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
paramInfo
/
NestedMultiArg.py
blob: b8c86c67d48a497ec60ea888e80b3535adb1e816 [
file
] [
log
] [
blame
]
# py 2.x only
def
foo
(
a
,
(
b
,
c
),
d
):
pass
foo
(<
arg1
>
1
,
<
arg23
>
range
(
2
),
<
arg4
>
4
)