Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
485dbd10
Commit
485dbd10
authored
May 25, 2006
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a x-ref to newer calling APIs.
parent
964e02a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Doc/api/abstract.tex
Doc/api/abstract.tex
+4
-0
No files found.
Doc/api/abstract.tex
View file @
485dbd10
...
...
@@ -260,6 +260,8 @@ 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
}
)
}
.
Note that if you only pass
\ctype
{
PyObject *
}
args,
\cfunction
{
PyObject
_
CallFunctionObjArgs
}
is a faster alternative.
\bifuncindex
{
apply
}
\end{cfuncdesc}
...
...
@@ -274,6 +276,8 @@ determination.
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
}
)
}
.
Note that if you only pass
\ctype
{
PyObject *
}
args,
\cfunction
{
PyObject
_
CallMethodObjArgs
}
is a faster alternative.
\end{cfuncdesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment