ruff
c60b4d7f - [ty] Add subtyping between Callable types and class literals with `__init__` (#17638)

Commit
201 days ago
[ty] Add subtyping between Callable types and class literals with `__init__` (#17638) ## Summary Allow classes with `__init__` to be subtypes of `Callable` Fixes https://github.com/astral-sh/ty/issues/358 ## Test Plan Update is_subtype_of.md --------- Co-authored-by: Carl Meyer <carl@astral.sh>
Author
Parents
Loading