Kami edited a comment on issue #1413: mypy issues as of 2.8.0
URL: https://github.com/apache/libcloud/issues/1413#issuecomment-576128520
 
 
   @dpeschman Thanks for reporting this issue, we will have a look.
   
   As far as adding ``**kwargs`` goes - I don't think it should be part of the 
standard API. The whole point behind the standard API is so you know up front 
which arguments are available and supported.
   
   Drivers can still use it, but even there explicitly declaring supported 
arguments is preferred and there are usually very few valid cases for using 
``**kwargs`` (recent improvements related to that - #1389).
   
   ---
   
   EDIT: On a related noted - do you have a specific / valid use case for 
``**kwargs`` in mind?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to