Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
intentions
/
beforeConvertVariadicParam.py
blob: 0ddade6589e085f37295c4e1e65fec50b7e3831c [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
def
foo
(
w
,
<
caret
>
q
=
2
,
**
kwargs
):
2
a
=
kwargs
[
'tmp'
]
3
doSomething
(
kwargs
.
get
(
'foo'
,
22
))