Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfc472 commit 17804b1Copy full SHA for 17804b1
1 file changed
Doc/lib/libconsts.tex
@@ -0,0 +1,20 @@
1
+\section{Builtin Constants}
2
+
3
+A small number of constants live in the builtin namespace. They are:
4
5
+\begin{datadesc}{False}
6
+The false value of the \code{bool} type.
7
+\versionadded{2.3}
8
+\end{datadesc}
9
10
+\begin{datadesc}{True}
11
+The true value of the \code{bool} type.
12
13
14
15
+\begin{datadesc}{None}
16
+The sole value of \code{NoneType}. \code{None} is frequently used to
17
+represent the absence of a value, as when default arguments are not passed
18
+to a function.
19
20
0 commit comments