August 14, 2020 pyd: calling methods using key arguments | ||||
---|---|---|---|---|
| ||||
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é |
Copyright © 1999-2021 by the D Language Foundation