Commit 91ab617a authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #991883] Document calling condition

parent 2a2d9b7f
......@@ -269,7 +269,8 @@ determination.
\moreargs}
Call the method named \var{method} of object \var{o} with a variable
number of C arguments. The C arguments are described by a
\cfunction{Py_BuildValue()} format string. The format may be \NULL,
\cfunction{Py_BuildValue()} format string that should
produce a tuple. The format may be \NULL,
indicating that no arguments are provided. Returns the result of the
call on success, or \NULL{} on failure. This is the equivalent of
the Python expression \samp{\var{o}.\var{method}(\var{args})}.
......
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