Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
kwParamsInCodeUsage.py
blob: 30f8cb8d3f271045feda06a43d17fab58223ab66 [
file
] [
log
] [
blame
]
def
foo
(**
kwargs
):
x
=
kwargs
[
'x_param'
]
run
(
x_param
)
def
bar
():
foo
(
x_
<
caret
>)