mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
![]() ## Summary Part of #15382 This PR adds support for checking the assignability of two general callable types. This is built on top of #16804 by including the gradual parameters check and accepting a function that performs the check between the two types. ## Test Plan Update `is_assignable_to.md` with callable types section. |
||
---|---|---|
.. | ||
assert.md | ||
attribute.md | ||
boolean.md | ||
if.md | ||
lambda.md | ||
len.md |