mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -05:00
## Summary This PR is a follow-up to https://github.com/astral-sh/ruff/pull/16493 that implements member lookup for the general callable type. Based on the discussion around [member lookup here](https://github.com/astral-sh/ruff/pull/16493#discussion_r1982041180) and [`.to_meta_type()` here](https://github.com/astral-sh/ruff/pull/16493#discussion_r1985104664). ## Test Plan Add a new test cases.