digitalmars.D.learn - pyd: calling methods using key arguments
- Andre Pany (13/13) Aug 14 2020 Hi,
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é
Aug 14 2020