Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add description about what the implementaion functions will receive
  • Loading branch information
aisk committed Oct 13, 2024
commit b2f1914506250494a5e953a65c313a91954771ad
4 changes: 4 additions & 0 deletions development-tools/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,10 @@ and the parameter should use the ``object`` converter::
*args: object
[clinic start generated code]*/

The implementation function will receive var-positional arguments
as a tuple, you can either use the tuple directly
or parsing them into C types using :c:func:`!PyArg_Parse*` functions.

.. versionadded:: 3.11


Expand Down