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
When comparing null value, python throws error:
TypeError: '<=' not supported between instances of 'NoneType' and 'int'
sample haxe file: https://gist.github.com/MT4000/9943bee6514b7be15af7c37fb8dbf95b
compilation:
haxe --python a.py -m A python3 a.py
The text was updated successfully, but these errors were encountered:
This is a part of #8426
Sorry, something went wrong.
No branches or pull requests
When comparing null value, python throws error:
sample haxe file:
https://gist.github.com/MT4000/9943bee6514b7be15af7c37fb8dbf95b
compilation:
The text was updated successfully, but these errors were encountered: