PythonMonkey icon indicating copy to clipboard operation
PythonMonkey copied to clipboard

Support Tuples

Open philippedistributive opened this issue 1 year ago • 1 comments

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

philippedistributive avatar Jan 17 '24 20:01 philippedistributive

What is the expected JS equivalent for a Tuple? Should we just convert them into Lists and then JSObjectWrappers?

wesgarland avatar Mar 14 '24 13:03 wesgarland