Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
paramInfo
/
NestedArg.py
blob: 8b3cb932d3fb9901ba71d10cc4c457b030eb2af3 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
# py 2.x only
2
def
foo
(
a
,
(
b
,
c
),
d
):
3
pass
4
5
foo
(<
arg1
>
1
,
(<
arg2
>
2
,
<
arg3
>
3
),
<
arg4
>
4
)