ruff
f885cb8a - [ty] use `__getattribute__` to lookup unknown members on a type (#18280)

Commit
338 days ago
[ty] use `__getattribute__` to lookup unknown members on a type (#18280) ## Summary `Type::member_lookup_with_policy` now falls back to calling `__getattribute__` when a member cannot be found as a second fallback after `__getattr__`. closes https://github.com/astral-sh/ty/issues/441 ## Test Plan Added markdown tests. --------- Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: David Peter <mail@david-peter.de>
Author
Parents
Loading