Home
last modified time | relevance | path

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

/third_party/python/Include/
Dwarnings.h38 PyAPI_FUNC(int) PyErr_WarnExplicit(
/third_party/python/Doc/data/
Drefcounts.dat739 PyErr_WarnExplicit:int:::
740 PyErr_WarnExplicit:PyObject*:category:0:
741 PyErr_WarnExplicit:const char*:message::
742 PyErr_WarnExplicit:const char*:filename::
743 PyErr_WarnExplicit:int:lineno::
744 PyErr_WarnExplicit:const char*:module::
745 PyErr_WarnExplicit:PyObject*:registry:0:
Dstable_abi.dat164 function,PyErr_WarnExplicit,3.2,
/third_party/python/PC/
Dpython3dll.c228 EXPORT_FUNC(PyErr_WarnExplicit)
/third_party/python/Python/
D_warnings.c1221 PyErr_WarnExplicit(PyObject *category, const char *text, in PyErr_WarnExplicit() function
/third_party/python/Misc/
Dstable_abi.txt566 function PyErr_WarnExplicit
DHISTORY10820 - Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
/third_party/python/Doc/c-api/
Dexceptions.rst342 .. c:function:: int PyErr_WarnExplicit(PyObject *category, const char *message, const char *filenam…