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 cda3d7d commit d90e5b1Copy full SHA for d90e5b1
1 file changed
Doc/extref.tex
@@ -80,7 +80,7 @@ \section{Object Protocol}
80
This function always succeeds.
81
\end{cfuncdesc}
82
83
- \begin{cfuncdesc}{PyObject*}{PyObject_AttrString}{PyObject *o, char *attr_name}
+ \begin{cfuncdesc}{PyObject*}{PyObject_GetAttrString}{PyObject *o, char *attr_name}
84
Retrieve an attributed named attr_name form object o.
85
Returns the attribute value on success, or {\NULL} on failure.
86
This is the equivalent of the Python expression: \code{o.attr_name}.
0 commit comments