mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added completion resolving kwargs from code usage (PY-1002)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
def foo(**kwargs):
|
||||
x = kwargs.get('x_param', None)
|
||||
run(x_param)
|
||||
|
||||
def bar():
|
||||
foo(x_param=)
|
||||
Reference in New Issue
Block a user