Commit 317f4b58 authored by Fred Drake's avatar Fred Drake

Minor markup adjustments.

parent 815b7ae1
...@@ -318,13 +318,12 @@ determination. ...@@ -318,13 +318,12 @@ determination.
When \var{o} is non-\NULL, returns a type object corresponding to When \var{o} is non-\NULL, returns a type object corresponding to
the object type of object \var{o}. On failure, raises the object type of object \var{o}. On failure, raises
\exception{SystemError} and returns \NULL. This is equivalent to \exception{SystemError} and returns \NULL. This is equivalent to
the Python expression \code{type(\var{o})}. the Python expression \code{type(\var{o})}.\bifuncindex{type}
This function increments the reference count of the return value. This function increments the reference count of the return value.
There's really no reason to use this function instead of the There's really no reason to use this function instead of the
common expression \code{\var{o}->ob_type}, which returns a pointer common expression \code{\var{o}->ob_type}, which returns a pointer
of type \code{PyTypeObject *}, except when the incremented reference of type \ctype{PyTypeObject*}, except when the incremented reference
count is needed. count is needed.
\bifuncindex{type}
\end{cfuncdesc} \end{cfuncdesc}
\begin{cfuncdesc}{int}{PyObject_TypeCheck}{PyObject *o, PyTypeObject *type} \begin{cfuncdesc}{int}{PyObject_TypeCheck}{PyObject *o, PyTypeObject *type}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment