mirror of
https://github.com/python/cpython.git
synced 2024-11-26 19:34:19 +08:00
Document Ellipsis (not much of a documentation snippet, but at least
it's mentioned.
This commit is contained in:
parent
1eb200d360
commit
b193c95165
@ -692,6 +692,15 @@ object, named \code{None} (a built-in name).
|
|||||||
|
|
||||||
It is written as \code{None}.
|
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}
|
\subsubsection{File Objects}
|
||||||
\label{bltin-file-objects}
|
\label{bltin-file-objects}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user