Closed ariririos closed 1 year ago
Is there any way to pass kwargs to a function right now? I can't pass them using py.call since it only accepts positional arguments.
this is not doable right now. JS has no such concept, so I am not sure how to map JS arguments to kwargs.
https://github.com/hmenyus/node-calls-python/tree/master#passing-kwargs You have to install 1.8.0.
Is there any way to pass kwargs to a function right now? I can't pass them using py.call since it only accepts positional arguments.