mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Document Ellipsis (not much of a documentation snippet, but at least
it's mentioned.
This commit is contained in:
parent
1eb200d360
commit
b193c95165
1 changed files with 9 additions and 0 deletions
|
@ -692,6 +692,15 @@ object, named \code{None} (a built-in name).
|
|||
|
||||
It is written as \code{None}.
|
||||
|
||||
\subsubsection{The Ellipsis Object}
|
||||
\label{bltin-ellipsis-object}
|
||||
|
||||
This object is used by extended slice notation (see the \emph{Python
|
||||
Reference Manual}). It supports no special operations. There is
|
||||
exactly one ellipsis object, named \code{Ellipsis} (a built-in name).
|
||||
|
||||
It is written as \code{Ellipsis}.
|
||||
|
||||
\subsubsection{File Objects}
|
||||
\label{bltin-file-objects}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue