mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Display the intention only on parameter list and references to variadic parameters (not anywhere inside a function) and only if there are corresponding subscriptions / get() calls in function's body.
2 lines
41 B
Python
2 lines
41 B
Python
def foo(**kwargs<caret>):
|
|
print("ok") |