Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h174 PyAPI_FUNC(PyObject *) PyErr_FormatV(
/external/python/cpython3/PC/
Dpython3.def125 PyErr_FormatV=python38.PyErr_FormatV
/external/python/cpython3/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::
/external/python/cpython3/Python/
Derrors.c939 PyErr_FormatV(PyObject *exception, const char *format, va_list vargs) in PyErr_FormatV() function
/external/python/cpython3/Parser/
Dtokenizer.c1041 PyErr_FormatV(PyExc_SyntaxError, format, vargs); in syntaxerror()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst121 .. 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/NEWS.d/
D3.5.0a1.rst264 Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting