mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Adds a notion of a tuple parameter. Adapts paramater and argument inspections and Ctrl+P handler to use it. Adds tests for Ctrl+P handler.
Closes PY-200.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
def foo(a, b, **c):
|
||||
pass
|
||||
|
||||
foo(<arg1>1, <arg2>2, <arg3>x=3, <arg4>**{'y':4})
|
||||
|
||||
Reference in New Issue
Block a user