Please direct any other questions to github discussions.
Hi,
If I want to submit a dictionary and splat it to a python function object, I cannot use **dict which the python code expects but julia errors out because julia tries to call ** operator. How do I submit to python backend the ** operator? Is there a PythonCall.py function to do the splatting?
Please direct any other questions to github discussions.
Hi,
If I want to submit a dictionary and splat it to a python function object, I cannot use **dict which the python code expects but julia errors out because julia tries to call ** operator. How do I submit to python backend the ** operator? Is there a PythonCall.py function to do the splatting?