mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
[Bug #991883] Document calling condition
This commit is contained in:
parent
43ab0cd174
commit
fe80b63663
1 changed files with 2 additions and 1 deletions
|
@ -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})}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue