Sign in
android
/
platform
/
tools
/
idea
/
e782c57
/
.
/
python
/
resources
/
intentionDescriptions
/
ConvertVariadicParamIntention
/
before.py.template
blob: ca5b415454d20c8a8cf0da3659ee1a83e1e64fd6 [
file
]
def
foo
(**
kwargs
):
doSomething
(
kwargs
[
'foo'
])