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

Property attributes are enclosed in single underscores instead of dou… #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CisterMoke
Copy link

Changed the __getattr__ definition in Pypher to fix issue #47.
Properties are now recognized as attributes enclosed by single underscores instead of double underscored to avoid any interference with the Python subroutines

@emehrkay
Copy link
Owner

This is a great catch. Thank you for doing the work and the PR. It changes the API, so it may warrant a major version bump. I will do the work of repackaging things and adding better documentation so that upgrading is as easy as possible

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.

2 participants