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
__getattr__
We don't support __getattr__ method at the moment. But, we need to!
There are also cases when __getattr__ can possibly be @overloaded. So, we need to decide what to do in that case.
@overload
The text was updated successfully, but these errors were encountered:
And __getattribute__ and __get__, oh shiiii
__getattribute__
__get__
Sorry, something went wrong.
We should probably add a doc, that get_attribute_hook is not supported.
get_attribute_hook
No branches or pull requests
We don't support
__getattr__
method at the moment. But, we need to!There are also cases when
__getattr__
can possibly be@overload
ed.So, we need to decide what to do in that case.
The text was updated successfully, but these errors were encountered: