Skip to content

Splatting function #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ppalmes opened this issue Mar 11, 2025 · 1 comment
Closed

Splatting function #596

ppalmes opened this issue Mar 11, 2025 · 1 comment
Labels
question Further information is requested

Comments

@ppalmes
Copy link

ppalmes commented Mar 11, 2025

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?

@ppalmes ppalmes added the question Further information is requested label Mar 11, 2025
@cjdoris
Copy link
Collaborator

cjdoris commented Apr 11, 2025

Closed as dup of #597

@cjdoris cjdoris closed this as completed Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants