Replies: 1 comment
-
No there's nothing currently that will let you call a python function when you already have a dict of kwargs. There is an internal function |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a python function that expects arguments. I want to place the arguments into python dictionary and unpack it using ** during function call. Is there a PythonCall function equivalent to **?
Beta Was this translation helpful? Give feedback.
All reactions