mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -05:00
## Summary Add a proper representation for the `Callable` top type, and use it to get `callable()` narrowing right. Closes https://github.com/astral-sh/ty/issues/1426. --------- Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>