Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
kwParamsInCodeUsage.after.py
blob: 49f25df8ea21cdaedcfec0397bed3ff0ee9b4ee1 [
file
] [
log
] [
blame
]
def
foo
(**
kwargs
):
x
=
kwargs
[
'x_param'
]
run
(
x_param
)
def
bar
():
foo
(
x_param
=)