Home
last modified time | relevance | path

Searched refs:Py_VaBuildValue (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dmodsupport.h21 #define Py_VaBuildValue _Py_VaBuildValue_SizeT macro
81 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/third_party/python/Python/
Dmodsupport.c539 Py_VaBuildValue(const char *format, va_list va) in Py_VaBuildValue() function
/third_party/python/PC/
Dpython3dll.c91 EXPORT_FUNC(Py_VaBuildValue)
/third_party/python/Doc/data/
Dstable_abi.dat828 function,Py_VaBuildValue,3.2,
Drefcounts.dat2935 Py_VaBuildValue:PyObject*::+1:
2936 Py_VaBuildValue:const char*:format::
2937 Py_VaBuildValue:va_list:vargs::
/third_party/python/Misc/
Dstable_abi.txt1566 function Py_VaBuildValue
/third_party/python/Doc/c-api/
Darg.rst672 .. c:function:: PyObject* Py_VaBuildValue(const char *format, va_list vargs)