Skip to content

Commit

Permalink
Add description about what the implementaion functions will receive
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Oct 13, 2024
1 parent f2edea8 commit b2f1914
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit b2f1914

Please sign in to comment.