Kaydet (Commit) 5ec486b8 authored tarafından Fred Drake's avatar Fred Drake

Add a note that apply() is needed since the extended call syntax is

completely equivalent.
üst 1e9718a3
......@@ -75,6 +75,8 @@ def my_import(name):
\code{\var{function}(\var{args})}, since in that case there is always
exactly one argument. The use of \function{apply()} is equivalent
to \code{\var{function}(*\var{args}, **\var{keywords})}.
Use of \function{apply()} is not necessary since the ``extended call
syntax,'' as used in the last example, is completely equivalent.
\end{funcdesc}
\begin{funcdesc}{bool}{x}
......
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