We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e9be6 commit 1322930Copy full SHA for 1322930
development-tools/clinic.rst
@@ -1509,8 +1509,9 @@ For example::
1509
*args: array
1510
[clinic start generated code]*/
1511
1512
-The implementation function will receive var-positional arguments
1513
-as *args* array.
+The implementation function will receive var-positional arguments as C array
+*args* of :c:type:`PyObject * <PyObject>`. Alternatively, you could use
1514
+``tuple`` converter to pass a regular :c:type:`PyTupleObject` as argument.
1515
1516
.. versionadded:: 3.11
1517
0 commit comments