mirror of
https://github.com/python/cpython.git
synced 2025-11-12 23:16:47 +00:00
parent
b4fb86243e
commit
e5fced781b
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ determination.
|
||||||
|
|
||||||
|
|
||||||
\begin{cfuncdesc}{PyObject*}{PyNumber_And}{PyObject *o1, PyObject *o2}
|
\begin{cfuncdesc}{PyObject*}{PyNumber_And}{PyObject *o1, PyObject *o2}
|
||||||
Returns the ``bitwise and'' of \var{o2} and \var{o2} on success and
|
Returns the ``bitwise and'' of \var{o1} and \var{o2} on success and
|
||||||
\NULL{} on failure. This is the equivalent of the Python expression
|
\NULL{} on failure. This is the equivalent of the Python expression
|
||||||
\samp{\var{o1} \&\ \var{o2}}.
|
\samp{\var{o1} \&\ \var{o2}}.
|
||||||
\end{cfuncdesc}
|
\end{cfuncdesc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue