ruff/crates/red_knot_python_semantic/resources/mdtest/exception
Carl Meyer a48d779c4e
[red-knot] function signature representation (#14304)
## Summary

Add a typed representation of function signatures (parameters and return
type) and infer it correctly from a function.

Convert existing usage of function return types to use the signature
representation.

This does not yet add inferred types for parameters within function body
scopes based on the annotations, but it should be easy to add as a next
step.

Part of #14161 and #13693.

## Test Plan

Added tests.
2024-11-14 23:34:24 +00:00
..
basic.md [red-knot] function signature representation (#14304) 2024-11-14 23:34:24 +00:00
control_flow.md [red-knot] have mdformat wrap mdtest files to 100 columns (#14020) 2024-10-31 21:00:51 +00:00
except_star.md [red-knot] Remove lint-phase (#13922) 2024-10-25 18:40:52 +00:00
invalid_syntax.md [red-knot] Shorten the paths for some mdtest files (#14267) 2024-11-11 11:34:33 +00:00