PythonMonkey
PythonMonkey copied to clipboard
Support Tuples
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
What is the expected JS equivalent for a Tuple? Should we just convert them into Lists and then JSObjectWrappers?