Closed aaltat closed 8 years ago
If keyword arguments contains varags or kwargs and keyword completion is used. Then all arguments looks the same, but it could use a Python style to identify different argument types. Use _agrs for varags and *_agrs for kwargs.
This is not issue for library keywords. Investigate for user keywords.
This is not issue in user keywords. Added wontifx because this already works as planned
If keyword arguments contains varags or kwargs and keyword completion is used. Then all arguments looks the same, but it could use a Python style to identify different argument types. Use _agrs for varags and *_agrs for kwargs.