Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1eb200d

Browse files
committed
Added 3 missing types: ComplexType, SliceType, EllipsisType.
1 parent 78a6ddb commit 1eb200d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Doc/lib/libtypes.tex

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ \section{Standard Module \module{types}}
4747
The type of floating point numbers (e.g. \code{1.0}).
4848
\end{datadesc}
4949

50+
\begin{datadesc}{ComplexType}
51+
The type of complex numbers (e.g. \code{1.0j}).
52+
\end{datadesc}
53+
5054
\begin{datadesc}{StringType}
5155
The type of character strings (e.g. \code{'Spam'}).
5256
\end{datadesc}
@@ -118,6 +122,15 @@ \section{Standard Module \module{types}}
118122
\function{xrange()}\bifuncindex{xrange}.
119123
\end{datadesc}
120124

125+
\begin{datadesc}{SliceType}
126+
The type of objects returned by
127+
\function{slice()}\bifuncindex{slice}.
128+
\end{datadesc}
129+
130+
\begin{datadesc}{EllipsisType}
131+
The type of \code{Ellipsis}.
132+
\end{datadesc}
133+
121134
\begin{datadesc}{TracebackType}
122135
The type of traceback objects such as found in
123136
\code{sys.exc_traceback}.

0 commit comments

Comments
 (0)