ruff/crates/red_knot_python_semantic/resources/mdtest/narrow
Mike Perlov 3b24fe5c07
[red-knot] improve function/bound method type display (#17294)
## Summary

* Partial #17238
* Flyby from discord discussion - `todo_type!` now statically checks for
no parens in the message to avoid issues between debug & release build
tests

## Test Plan

many mdtests are changing
2025-04-14 15:56:18 -07:00
..
conditionals [red-knot] Narrowing on `in tuple[...]` and `in str` (#17059) 2025-03-31 23:38:09 +00:00
bool-call.md [red-knot] Support multiple overloads when binding parameters at call sites (#16568) 2025-03-11 15:08:17 -04:00
boolean.md [red-knot] Add missing imports in mdtests (#15869) 2025-02-03 09:27:29 +00:00
isinstance.md Teach red-knot that `type(x)` is the same as `x.__class__` (#16301) 2025-02-21 21:05:48 +00:00
issubclass.md [red-knot] detect invalid return type (#16540) 2025-03-12 01:58:59 +00:00
match.md [red-knot] support narrowing on or patterns in matches (#17030) 2025-03-28 14:27:09 +00:00
post_if_statement.md Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
truthiness.md [red-knot] improve function/bound method type display (#17294) 2025-04-14 15:56:18 -07:00
type.md [red-knot] Allow explicit specialization of generic classes (#17023) 2025-04-09 11:18:46 -04:00
while.md [red-knot] detect invalid return type (#16540) 2025-03-12 01:58:59 +00:00