mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
PY-1268, PY-2005, a bunch of fixes to the broken logic of parameter mapper.
This commit is contained in:
4
python/testData/paramInfo/TupleAndNamedArg2.py
Normal file
4
python/testData/paramInfo/TupleAndNamedArg2.py
Normal file
@@ -0,0 +1,4 @@
|
||||
def f(a, b, c):
|
||||
pass
|
||||
|
||||
f(*(10, <arg_star>20), <arg_c>c=1)
|
||||
Reference in New Issue
Block a user