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

Make Python plan attributes private #608

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

janden
Copy link
Collaborator

@janden janden commented Jan 24, 2025

Makes all the attributes private by underscoring their names. They can still be accessed in the public interface, but only as (read-only) properties. This applies for both CPU and GPU code.

Fixes #565.

@janden janden marked this pull request as ready for review January 25, 2025 09:07
@janden janden requested a review from DiamonDinoia January 25, 2025 09:07
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 this pull request may close these issues.

python plan interface: modify attributes casues segfault
1 participant