Previous: 2.1.7.7 The Null Object Up: 2.1.7 Other Built-in Types Next: 2.1.7.9 File Objects
2.1.7.8 The Ellipsis Object
This object is used by extended slice notation (see the Python Reference Manual). It supports no special operations. There is exactly one ellipsis object, named Ellipsis (a built-in name).
It is written as Ellipsis.
Python Library Reference
Previous: 2.1.7.7 The Null Object Up: 2.1.7 Other Built-in Types Next: 2.1.7.9 File Objects
See About this document... for information on suggesting changes.