We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
None
No response
python --version
pip show pythonmonkey
make this in particular work: car = pm.eval("(('y', 3))") print(car) 3.0
but we need to add support across the board
The text was updated successfully, but these errors were encountered:
What is the expected JS equivalent for a Tuple? Should we just convert them into Lists and then JSObjectWrappers?
Sorry, something went wrong.
No branches or pull requests
Issue type
Bug
How did you install PythonMonkey?
None
OS platform and distribution
No response
Python version (
python --version
)No response
PythonMonkey version (
pip show pythonmonkey
)No response
Bug Description
make this in particular work:
car = pm.eval("(('y', 3))")
print(car)
3.0
but we need to add support across the board
Standalone code to reproduce the issue
No response
Relevant log output or backtrace
No response
Additional info if applicable
No response
What branch of PythonMonkey were you developing on? (If applicable)
No response
The text was updated successfully, but these errors were encountered: