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 47ac4e6 commit e55702bCopy full SHA for e55702b
1 file changed
Doc/lib/liboperator.tex
@@ -86,7 +86,9 @@ \section{\module{operator} ---
86
87
\begin{funcdesc}{not_}{o}
88
\funcline{__not__}{o}
89
-Return the outcome of \keyword{not} \var{o}.
+Return the outcome of \keyword{not} \var{o}. (Note that there is no
90
+\method{__not__()} discipline for object instances; only the
91
+interpreter core defines this operation.)
92
\end{funcdesc}
93
94
\begin{funcdesc}{truth}{o}
0 commit comments