Kaydet (Commit) e7d1e7e5 authored tarafından Alexandre Vassalotti's avatar Alexandre Vassalotti

Document Py_VaBuildValue.

üst a925bed2
...@@ -534,3 +534,8 @@ and the following format units are left untouched. ...@@ -534,3 +534,8 @@ and the following format units are left untouched.
If there is an error in the format string, the :exc:`SystemError` exception is If there is an error in the format string, the :exc:`SystemError` exception is
set and *NULL* returned. set and *NULL* returned.
.. cfunction:: PyObject* Py_VaBuildValue(const char *format, va_list vargs)
Identical to :cfunc:`Py_BuildValue`, except that it accepts a va_list
rather than a variable number of arguments.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment