Skip to content

Commit b2f1914

Browse files
committed
Add description about what the implementaion functions will receive
1 parent f2edea8 commit b2f1914

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

development-tools/clinic.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,10 @@ and the parameter should use the ``object`` converter::
15091509
*args: object
15101510
[clinic start generated code]*/
15111511

1512+
The implementation function will receive var-positional arguments
1513+
as a tuple, you can either use the tuple directly
1514+
or parsing them into C types using :c:func:`!PyArg_Parse*` functions.
1515+
15121516
.. versionadded:: 3.11
15131517

15141518

0 commit comments

Comments
 (0)