mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Remove apply()
This commit is contained in:
parent
fe55464f39
commit
d91085598f
56 changed files with 179 additions and 285 deletions
|
@ -235,7 +235,6 @@ determination.
|
|||
or \NULL{} on failure. This is the equivalent of the Python
|
||||
expression \samp{apply(\var{callable_object}, \var{args}, \var{kw})}
|
||||
or \samp{\var{callable_object}(*\var{args}, **\var{kw})}.
|
||||
\bifuncindex{apply}
|
||||
\versionadded{2.2}
|
||||
\end{cfuncdesc}
|
||||
|
||||
|
@ -248,7 +247,6 @@ determination.
|
|||
success, or \NULL{} on failure. This is the equivalent of the
|
||||
Python expression \samp{apply(\var{callable_object}, \var{args})} or
|
||||
\samp{\var{callable_object}(*\var{args})}.
|
||||
\bifuncindex{apply}
|
||||
\end{cfuncdesc}
|
||||
|
||||
\begin{cfuncdesc}{PyObject*}{PyObject_CallFunction}{PyObject *callable,
|
||||
|
@ -260,7 +258,6 @@ determination.
|
|||
result of the call on success, or \NULL{} on failure. This is the
|
||||
equivalent of the Python expression \samp{apply(\var{callable},
|
||||
\var{args})} or \samp{\var{callable}(*\var{args})}.
|
||||
\bifuncindex{apply}
|
||||
\end{cfuncdesc}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue