Back to Ruff

Ellipsis literals

crates/ty_python_semantic/resources/mdtest/literal/ellipsis.md

0.15.12255 B
Original Source

Ellipsis literals

Python 3.9

toml
[environment]
python-version = "3.9"
py
reveal_type(...)  # revealed: ellipsis

Python 3.10

toml
[environment]
python-version = "3.10"
py
reveal_type(...)  # revealed: EllipsisType