ID EN
Built-in Constants

Ellipsis

Python 3.11

The same as the ellipsis literal “...”. Special value used mostly in conjunction with extended slicing syntax for user-defined container data types. Ellipsis is the sole instance of the types.EllipsisType type.

Syntax

PYTHON
Ellipsis

See Also

types.EllipsisType