Skip to content
New issue

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

Sequence interface "contains" method implementation is missing for Objects thus Operation "in" is not implemented yet #187

Closed
philippedistributive opened this issue Nov 23, 2023 · 0 comments · Fixed by #188
Assignees

Comments

@philippedistributive
Copy link
Collaborator

philippedistributive commented Nov 23, 2023

Issue type

Support

How did you install PythonMonkey?

Source

OS platform and distribution

No response

Python version (python --version)

No response

PythonMonkey version (pip show pythonmonkey)

latest main

Bug Description

Operation "in" is not implemented yet

Standalone code to reproduce the issue

import pythonmonkey as pm

pm.eval("let obj = {'c':5}")
a = pm.eval('obj')
'c' in a

-> yields False but should be True

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant