pyd: calling methods using key arguments
    Andre Pany 
    andre at s-e-a-p.de
       
    Fri Aug 14 12:23:49 UTC 2020
    
    
  
Hi,
I want to call a python method, which can only be called using 
key arguments.
(https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sqs.html#SQS.Client.get_queue_url)
I assume pyd is able to pass somehow key arguments to the python 
method, but
I cannot find anything documented / tests / examples and also the 
source code
does not help.
How can I call a python method and pass the arguments as key 
arguments instead of positional arguments?
Kind regards
André
    
    
More information about the Digitalmars-d-learn
mailing list