-
Notifications
You must be signed in to change notification settings - Fork 37
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
strip backend instances of setattr, more uses of cached_property for backend methods #1176
Conversation
`formulae` or `Storage` should never be overridden
…very goal) + test
@piotrbartman, hopefully this PR finally achieves the intended "strict" behavior - |
@abulenok, one more piece of rationale behind the non-pythonic removal of backend.formulea = Formulae(constants={...}) (note the typo in property name) |
@slayoo yeah, but this is true for any object in Python |
Indeed, which is why the |
Stale pull request message |
closing this one in favour of a cleaner solution to be proposed and tracked at #1369 |
formulae
orStorage
should never be overridden