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
A specific issue is "pya.Cursor.None" which is not available on Python.
See https://www.klayout.de/forum/discussion/1357/pya-cursor-none-bug#latest for the related discussion.
The text was updated successfully, but these errors were encountered:
Fixed issue #386 by mapping 'None' to 'None_' in Python
9e4bd31
The issue is more generic - "None" is used in other places too.
So the solution is better to provide a Python-compatible alias with "" appended (as done with "exec" for example): Use "pya.Cursor.None".
Sorry, something went wrong.
Merge pull request #389 from KLayout/issue-386
b920e05
Will be released soon with 0.26.1
klayoutmatthias
No branches or pull requests
A specific issue is "pya.Cursor.None" which is not available on Python.
See https://www.klayout.de/forum/discussion/1357/pya-cursor-none-bug#latest for the related discussion.
The text was updated successfully, but these errors were encountered: