ruff/crates/red_knot_python_semantic/resources/mdtest/annotations
Douglas Creager 8b23086eac
[red-knot] Add `typing.Any` as a spelling for the Any type (#14742)
We already had a representation for the Any type, which we would use
e.g. for expressions without type annotations. We now recognize
`typing.Any` as a way to refer to this type explicitly. Like other
special forms, this is tracked correctly through aliasing, and isn't
confused with local definitions that happen to have the same name.

Closes #14544
2024-12-04 09:56:36 -05:00
..
any.md [red-knot] Add `typing.Any` as a spelling for the Any type (#14742) 2024-12-04 09:56:36 -05:00
literal_string.md [red-knot] Deeper understanding of `LiteralString` (#14649) 2024-12-03 03:31:58 +00:00
never.md Support `typing.NoReturn` and `typing.Never` (#14559) 2024-11-25 21:37:55 +00:00
optional.md Understand `typing.Optional` in annotations (#14397) 2024-11-17 17:04:58 +00:00
starred.md [red-knot] Meta data for `Type::Todo` (#14500) 2024-11-21 09:59:47 +01:00
string.md Avoid inferring invalid expr types for string annotation (#14447) 2024-11-25 21:27:03 +05:30
union.md [red-knot] support `typing.Union` in type annotations (#14499) 2024-11-20 21:55:33 +00:00