mirror of https://github.com/astral-sh/ruff
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 |
||
|---|---|---|
| .. | ||
| any.md | ||
| literal_string.md | ||
| never.md | ||
| optional.md | ||
| starred.md | ||
| string.md | ||
| union.md | ||