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
Support
Source
No response
python --version
pip show pythonmonkey
latest main
Operation "in" is not implemented yet
import pythonmonkey as pm pm.eval("let obj = {'c':5}") a = pm.eval('obj') 'c' in a -> yields False but should be True
The text was updated successfully, but these errors were encountered:
philippedistributive
Successfully merging a pull request may close this issue.
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
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: