Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c419 PyErr_FormatV(exception, format, vargs); in _PyErr_FormatVFromCause()
821 PyErr_FormatV(PyObject *exception, const char *format, va_list vargs) in PyErr_FormatV() function
846 PyErr_FormatV(exception, format, vargs); in PyErr_Format()
/external/python/cpython3/Doc/data/
Drefcounts.dat352 PyErr_FormatV:PyObject*::null:
353 PyErr_FormatV:PyObject*:exception:+1:
354 PyErr_FormatV:const char*:format::
355 PyErr_FormatV:va_list:vargs::
/external/python/cpython3/Include/
Dpyerrors.h264 PyAPI_FUNC(PyObject *) PyErr_FormatV(
/external/python/cpython3/PC/
Dpython3.def125 PyErr_FormatV=python36.PyErr_FormatV
/external/python/cpython3/Doc/c-api/
Dexceptions.rst112 .. c:function:: PyObject* PyErr_FormatV(PyObject *exception, const char *format, va_list vargs)
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2194 A new :c:func:`PyErr_FormatV` function similar to :c:func:`PyErr_Format`,
/external/python/cpython3/Misc/
DNEWS6786 - Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format`