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 43ab0cd commit fe80b63Copy full SHA for fe80b63
1 file changed
Doc/api/abstract.tex
@@ -269,7 +269,8 @@ \section{Object Protocol \label{object}}
269
\moreargs}
270
Call the method named \var{method} of object \var{o} with a variable
271
number of C arguments. The C arguments are described by a
272
- \cfunction{Py_BuildValue()} format string. The format may be \NULL,
+ \cfunction{Py_BuildValue()} format string that should
273
+ produce a tuple. The format may be \NULL,
274
indicating that no arguments are provided. Returns the result of the
275
call on success, or \NULL{} on failure. This is the equivalent of
276
the Python expression \samp{\var{o}.\var{method}(\var{args})}.
0 commit comments