Searched refs:PyErr_FormatV (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Python/ |
D | errors.c | 431 PyErr_FormatV(exception, format, vargs); in _PyErr_FormatVFromCause() 827 PyErr_FormatV(PyObject *exception, const char *format, va_list vargs) in PyErr_FormatV() function 852 PyErr_FormatV(exception, format, vargs); in PyErr_Format()
|
/external/python/cpython3/Include/ |
D | pyerrors.h | 263 PyAPI_FUNC(PyObject *) PyErr_FormatV(
|
/external/python/cpython3/PC/ |
D | python3.def | 125 PyErr_FormatV=python37.PyErr_FormatV
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 571 PyErr_FormatV:PyObject*::null: 572 PyErr_FormatV:PyObject*:exception:+1: 573 PyErr_FormatV:const char*:format:: 574 PyErr_FormatV:va_list:vargs::
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 116 .. c:function:: PyObject* PyErr_FormatV(PyObject *exception, const char *format, va_list vargs)
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 2194 A new :c:func:`PyErr_FormatV` function similar to :c:func:`PyErr_Format`,
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 264 Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting
|