mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
All these issues have been resolved in the new version of PyChangeSignatureUsageProcessor
5 lines
85 B
Python
5 lines
85 B
Python
def f(x, foo, **kwargs):
|
|
print(foo, kwargs)
|
|
|
|
|
|
f(42, extra1=1, foo=None, extra2=2) |