mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
It was done already for normal (not starred) parameters of function. Validation of names (parts after leading '*') for such parameters is performed now as well. I've also added a few more warnings in "Change signature" dialog, namely: * Multiple parameters with single or double star * Several starred parameters have the same name
2 lines
28 B
Python
2 lines
28 B
Python
def func(**kwargs):
|
|
pass |