Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dwarnings.h15 PyAPI_FUNC(int) PyErr_WarnFormat(
/external/python/cpython3/Modules/
Dgrpmodule.c125 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in grp_getgrgid_impl()
Dposixmodule.c1186 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in path_converter()
1462 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, msg, signum)) { in _Py_Sigset_Converter()
D_ssl.c1486 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in _get_peer_alt_names()
/external/python/cpython3/Objects/
Dmoduleobject.c126 err = PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in check_api_version()
Dcomplexobject.c304 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in try_complex_special_method()
Dabstract.c1352 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyNumber_Index()
1537 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyNumber_Float()
Dfloatobject.c276 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyFloat_AsDouble()
Dlongobject.c160 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in _PyLong_FromNbInt()
213 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in _PyLong_FromNbIndexOrNbInt()
226 if (result && PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in _PyLong_FromNbIndexOrNbInt()
Dbytesobject.c1183 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyBytes_DecodeEscape()
Dunicodeobject.c3767 error = PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in PyUnicode_AsEncodedString()
4001 PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyUnicode_FSDecoder()
6465 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyUnicode_DecodeUnicodeEscape()
Dtypeobject.c3087 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyType_FromModuleAndSpec()
/external/python/cpython3/PC/
Dpython3.def158 PyErr_WarnFormat=python39.PyErr_WarnFormat
/external/python/cpython3/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::...::
/external/python/cpython3/Python/
D_warnings.c1134 PyErr_WarnFormat(PyObject *category, Py_ssize_t stack_level, in PyErr_WarnFormat() function
Dsysmodule.c580 int status = PyErr_WarnFormat( in sys_breakpointhook()
/external/python/cpython3/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
/external/python/cpython2/Objects/
Dbytesobject.c1258 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyBytes_DecodeEscape()
/external/python/cpython3/Misc/
DHISTORY12323 - Issue #9425: Create PyErr_WarnFormat() function, similar to PyErr_WarnEx() but