ruff/crates/red_knot_python_semantic/resources/mdtest/narrow
David Peter 3f00010a7a
[red-knot] Three-argument type-calls take 'str' as the first argument (#17168)
## Summary

Similar to #17163, a minor fix in the signature of `type(…)`.

## Test Plan

New MD tests
2025-04-03 15:45:08 +02: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] detect invalid return type (#16540) 2025-03-12 01:58:59 +00:00
type.md [red-knot] Three-argument type-calls take 'str' as the first argument (#17168) 2025-04-03 15:45:08 +02:00
while.md [red-knot] detect invalid return type (#16540) 2025-03-12 01:58:59 +00:00