You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2020/01/20 06:37:58 UTC

[GitHub] [libcloud] Kami commented on issue #1413: mypy issues as of 2.8.0

Kami commented 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).

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services