Home
last modified time | relevance | path

Searched refs:PyErr_WarnFormat (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Include/
Dwarnings.h15 PyAPI_FUNC(int) PyErr_WarnFormat(
/third_party/python/Doc/data/
Drefcounts.dat755 PyErr_WarnFormat:int:::
756 PyErr_WarnFormat:PyObject*:category:0:
757 PyErr_WarnFormat:Py_ssize_t:stack_level::
758 PyErr_WarnFormat:const char*:format::
759 PyErr_WarnFormat::...::
Dstable_abi.dat165 function,PyErr_WarnFormat,3.2,
/third_party/python/Objects/
Dabstract.c1450 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in _PyNumber_Index()
1563 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyNumber_Long()
1667 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyNumber_Float()
Dmoduleobject.c134 err = PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in check_api_version()
Dcomplexobject.c299 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in try_complex_special_method()
Dfloatobject.c296 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyFloat_AsDouble()
Dbytesobject.c1210 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyBytes_DecodeEscape()
Dunicodeobject.c3965 error = PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in PyUnicode_AsEncodedString()
4199 PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyUnicode_FSDecoder()
6678 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in _PyUnicode_DecodeUnicodeEscapeStateful()
Dtypeobject.c3605 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyType_FromModuleAndSpec()
/third_party/python/PC/
Dpython3dll.c229 EXPORT_FUNC(PyErr_WarnFormat)
/third_party/python/Python/
D_warnings.c1128 PyErr_WarnFormat(PyObject *category, Py_ssize_t stack_level, in PyErr_WarnFormat() function
Dsysmodule.c603 int status = PyErr_WarnFormat( in sys_breakpointhook()
Dgetargs.c1017 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in convertsimple()
/third_party/python/Doc/c-api/
Dexceptions.rst349 .. c:function:: int PyErr_WarnFormat(PyObject *category, Py_ssize_t stack_level, const char *format…
360 Function similar to :c:func:`PyErr_WarnFormat`, but *category* is
/third_party/python/Misc/
Dstable_abi.txt568 function PyErr_WarnFormat
DHISTORY12323 - Issue #9425: Create PyErr_WarnFormat() function, similar to PyErr_WarnEx() but
/third_party/python/Modules/
Dposixmodule.c1249 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in path_converter()
1541 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, msg, signum)) { in _Py_Sigset_Converter()
D_ssl.c1361 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in _get_peer_alt_names()