ruff/crates/ty_python_semantic
Andrew Gallant 451c5db7a3 ty_python_semantic: move some routines to FunctionType
These are, after all, specific to function types. The methods on `Type`
are more like conveniences that return something when the type *happens*
to be a function. But defining them on `FunctionType` itself makes it
easy to call them when you have a `FunctionType` instead of a `Type`.
2025-05-14 11:13:41 -04:00
..
resources ty_python_semantic: update "no matching overload" diagnostic test 2025-05-14 11:13:41 -04:00
src ty_python_semantic: move some routines to FunctionType 2025-05-14 11:13:41 -04:00
tests Use #[expect(lint)] over #[allow(lint)] where possible (#17822) 2025-05-03 21:20:31 +02:00
build.rs
Cargo.toml
mdtest.py
mdtest.py.lock