Searched refs:PyErr_WarnFormat (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython3/Include/ |
D | warnings.h | 15 PyAPI_FUNC(int) PyErr_WarnFormat(
|
/external/python/cpython3/Modules/ |
D | grpmodule.c | 125 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in grp_getgrgid_impl()
|
D | posixmodule.c | 1186 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in path_converter() 1462 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, msg, signum)) { in _Py_Sigset_Converter()
|
D | _ssl.c | 1486 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in _get_peer_alt_names()
|
/external/python/cpython3/Objects/ |
D | moduleobject.c | 126 err = PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in check_api_version()
|
D | complexobject.c | 304 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in try_complex_special_method()
|
D | abstract.c | 1352 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyNumber_Index() 1537 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyNumber_Float()
|
D | floatobject.c | 276 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyFloat_AsDouble()
|
D | longobject.c | 160 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()
|
D | bytesobject.c | 1183 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyBytes_DecodeEscape()
|
D | unicodeobject.c | 3767 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()
|
D | typeobject.c | 3087 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyType_FromModuleAndSpec()
|
/external/python/cpython3/PC/ |
D | python3.def | 158 PyErr_WarnFormat=python39.PyErr_WarnFormat
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 755 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.c | 1134 PyErr_WarnFormat(PyObject *category, Py_ssize_t stack_level, in PyErr_WarnFormat() function
|
D | sysmodule.c | 580 int status = PyErr_WarnFormat( in sys_breakpointhook()
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 349 .. 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/ |
D | bytesobject.c | 1258 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyBytes_DecodeEscape()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12323 - Issue #9425: Create PyErr_WarnFormat() function, similar to PyErr_WarnEx() but
|