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
google#393 opened by @nagayev2002 on Jan 27
Hi. I coundn't implement array module, 'cause there's no magic methods getattribute and setattribuate
The text was updated successfully, but these errors were encountered:
Comment by alanjds Monday Feb 12, 2018 at 16:18 GMT
I had bumped on this too. But for now there is __getattr__ and __setattr__. Does it suit your needs?
__getattr__
__setattr__
Sorry, something went wrong.
Comment by nagayev2002 Saturday Feb 17, 2018 at 18:54 GMT
@alanjds yes
No branches or pull requests
google#393 opened by @nagayev2002 on Jan 27
Hi.
I coundn't implement array module, 'cause there's no magic methods getattribute and setattribuate
The text was updated successfully, but these errors were encountered: