Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
intentions
/
beforeConvertVariadicParam.py
blob: 0ddade6589e085f37295c4e1e65fec50b7e3831c [
file
] [
log
] [
blame
]
def
foo
(
w
,
<
caret
>
q
=
2
,
**
kwargs
):
a
=
kwargs
[
'tmp'
]
doSomething
(
kwargs
.
get
(
'foo'
,
22
))