ruff/crates/red_knot_python_semantic/resources/mdtest/unary
David Peter 1feb3cf41a
[red-knot] Use Unknown | T_inferred for undeclared public symbols (#15674)
## Summary

Use `Unknown | T_inferred` as the type for *undeclared* public symbols.

## Test Plan

- Updated existing tests
- New test for external `__slots__` modifications.
- New tests for external modifications of public symbols.
2025-01-24 12:47:48 +01:00
..
custom.md Don't special-case class instances in binary expression inference (#15161) 2025-01-06 13:50:20 -05:00
integers.md [red-knot] Autoformat mdtest Python snippets using blacken-docs (#13809) 2024-10-19 15:57:06 +01:00
invert_add_usub.md [red-knot] Infer unary not operation for instances (#13827) 2024-11-13 23:31:36 +00:00
not.md [red-knot] Use Unknown | T_inferred for undeclared public symbols (#15674) 2025-01-24 12:47:48 +01:00