Js2Py
Js2Py copied to clipboard
String should not be wrapped by quotes.
String should not be wrapped by quotes. repr of PyJsObject has been overwritten.
Added "to_dict()" in PyJsArguments
Added multiple arguments support for console.log
Hmm, the string should be wrapped in quotes when displayed in Python via __repr__ method, thanks to that we can easily see the contents of the Js object in Python. PyJsArguments is always an array so does not need to_dict method.
But, I like the multi arg support for console.log :) Thanks!