Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmodsupport.h20 PyAPI_FUNC(PyObject *) Py_VaBuildValue(const char *, va_list);
/external/python/cpython3/Python/
Dmodsupport.c497 Py_VaBuildValue(const char *format, va_list va) in Py_VaBuildValue() function
Dsysmodule.c225 eventArgs = Py_VaBuildValue(argFormat, vargs); in sys_audit_tstate()
/external/python/cpython3/PC/
Dpython3dll.c90 EXPORT_FUNC(Py_VaBuildValue)
/external/python/cpython3/Doc/data/
Dstable_abi.dat882 func,Py_VaBuildValue,3.2,,
Drefcounts.dat2899 Py_VaBuildValue:PyObject*::+1:
2900 Py_VaBuildValue:const char*:format::
2901 Py_VaBuildValue:va_list:vargs::
Dpython3.13.abi1029 …<elf-symbol name='Py_VaBuildValue' type='func-type' binding='global-binding' visibility='default-v…
27497Py_VaBuildValue' mangled-name='Py_VaBuildValue' filepath='Python/modsupport.c' line='497' column='…
/external/python/cpython3/Doc/c-api/
Darg.rst691 .. c:function:: PyObject* Py_VaBuildValue(const char *format, va_list vargs)
/external/python/cpython3/Misc/
Dstable_abi.toml1677 [function.Py_VaBuildValue]
/external/python/cpython3/Modules/
D_datetimemodule.c1223 PyObject *args = Py_VaBuildValue(format, va); in call_subclass_fold()