Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h186 PyAPI_FUNC(PyObject *) PyErr_FormatV(
/external/pytorch/functorch/csrc/dim/
Dminpybind.h212 PyErr_FormatV(exception.ptr(), format, args); in raise_error()
/external/python/cpython3/Doc/data/
Drefcounts.dat614 PyErr_FormatV:PyObject*::null:
615 PyErr_FormatV:PyObject*:exception:+1:
616 PyErr_FormatV:const char*:format::
617 PyErr_FormatV:va_list:vargs::
Dstable_abi.dat143 func,PyErr_FormatV,3.5,,
Dpython3.13.abi174 …<elf-symbol name='PyErr_FormatV' type='func-type' binding='global-binding' visibility='default-vis…
25721PyErr_FormatV' mangled-name='PyErr_FormatV' filepath='Python/errors.c' line='1171' column='1' visi…
/external/python/cpython3/PC/
Dpython3dll.c204 EXPORT_FUNC(PyErr_FormatV)
/external/python/cpython3/Modules/
D_hashopenssl.c315 PyErr_FormatV(exc, altmsg, vargs); in _setException()
/external/python/cpython3/Python/
Derrors.c1171 PyErr_FormatV(PyObject *exception, const char *format, va_list vargs) in PyErr_FormatV() function
/external/python/cpython3/Misc/
Dstable_abi.toml1886 [function.PyErr_FormatV]
/external/python/cpython3/Doc/c-api/
Dexceptions.rst154 .. c:function:: PyObject* PyErr_FormatV(PyObject *exception, const char *format, va_list vargs)
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2195 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