Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
)