ruff/crates/red_knot_python_semantic/resources/mdtest/expression
Dhruv Manilawala 1cffb323bc
[red-knot] Check assignability for two callable types (#16845)
## 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.
2025-03-23 02:28:44 +05:30
..
assert.md [red-knot] Handle unions of callables better (#16716) 2025-03-17 10:35:52 -04:00
attribute.md [red-knot] Use Unknown | T_inferred for undeclared public symbols (#15674) 2025-01-24 12:47:48 +01:00
boolean.md [red-knot] Handle unions of callables better (#16716) 2025-03-17 10:35:52 -04:00
if.md [red-knot] Add missing imports in mdtests (#15869) 2025-02-03 09:27:29 +00:00
lambda.md [red-knot] Check assignability for two callable types (#16845) 2025-03-23 02:28:44 +05:30
len.md [red-knot] detect invalid return type (#16540) 2025-03-12 01:58:59 +00:00