Skip to content

Conversation

t-vi
Copy link
Collaborator

@t-vi t-vi commented Oct 2, 2025

Before submitting
  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • [ n/a ] Did you make sure to update the docs?
  • Did you write any new necessary tests?

What does this PR do?

We take getattr from the type of the object and then bind. e.g. getattr(klass, "foo") should go use type(klass).__getattr__ if present and needed, but not class.__getattr__.

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

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