Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h175 PyAPI_FUNC(PyObject *) PyErr_FormatV(
/third_party/python/Doc/data/
Drefcounts.dat599 PyErr_FormatV:PyObject*::null:
600 PyErr_FormatV:PyObject*:exception:+1:
601 PyErr_FormatV:const char*:format::
602 PyErr_FormatV:va_list:vargs::
Dstable_abi.dat130 function,PyErr_FormatV,3.5,
/third_party/python/PC/
Dpython3dll.c194 EXPORT_FUNC(PyErr_FormatV)
/third_party/python/Modules/
D_hashopenssl.c267 PyErr_FormatV(exc, altmsg, vargs); in _setException()
/third_party/python/Python/
Derrors.c1068 PyErr_FormatV(PyObject *exception, const char *format, va_list vargs) in PyErr_FormatV() function
/third_party/python/Misc/
Dstable_abi.txt1781 function PyErr_FormatV
/third_party/python/Doc/c-api/
Dexceptions.rst121 .. c:function:: PyObject* PyErr_FormatV(PyObject *exception, const char *format, va_list vargs)
/third_party/python/Doc/whatsnew/
D3.5.rst2194 A new :c:func:`PyErr_FormatV` function similar to :c:func:`PyErr_Format`,
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst264 Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting