Js2Py
Js2Py copied to clipboard
feat: do not use wrapper for python function executions and properly output console
When we are executing a python function, it does not make sense to wrap the arguments in the JsObjectWrapper, we should instead force cast them to a list or a dict.
Currently, numbers, booleans, null and undefined are wrapped in an incorrect string when output (console.log).