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