Searched refs:PyErr_WarnFormat (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython3/Include/ |
D | warnings.h | 15 PyAPI_FUNC(int) PyErr_WarnFormat(
|
/external/python/cpython3/Modules/ |
D | grpmodule.c | 108 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in grp_getgrgid_impl()
|
D | _ssl.c | 1371 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in _get_peer_alt_names()
|
D | posixmodule.c | 1045 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in path_converter()
|
/external/python/cpython3/Python/ |
D | _warnings.c | 1022 PyErr_WarnFormat(PyObject *category, Py_ssize_t stack_level, in PyErr_WarnFormat() function 1206 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in _PyErr_WarnUnawaitedCoroutine()
|
D | sysmodule.c | 187 int status = PyErr_WarnFormat( in sys_breakpointhook()
|
D | bltinmodule.c | 265 cell_error = PyErr_WarnFormat( in builtin___build_class__()
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 727 PyErr_WarnFormat:int::: 728 PyErr_WarnFormat:PyObject*:category:0: 729 PyErr_WarnFormat:Py_ssize_t:stack_level:: 730 PyErr_WarnFormat:const char*:format:: 731 PyErr_WarnFormat::...::
|
/external/python/cpython3/PC/ |
D | python3.def | 159 PyErr_WarnFormat=python37.PyErr_WarnFormat
|
/external/python/cpython3/Objects/ |
D | moduleobject.c | 134 err = PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in check_api_version()
|
D | complexobject.c | 297 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in try_complex_special_method()
|
D | abstract.c | 1283 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyNumber_Index() 1461 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyNumber_Float()
|
D | floatobject.c | 266 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyFloat_AsDouble()
|
D | bytesobject.c | 1264 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyBytes_DecodeEscape()
|
D | unicodeobject.c | 3543 error = PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in PyUnicode_AsEncodedString() 3773 PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyUnicode_FSDecoder() 6149 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyUnicode_DecodeUnicodeEscape()
|
D | longobject.c | 176 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in _PyLong_FromNbInt()
|
D | typeobject.c | 2976 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyType_FromSpecWithBases()
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 344 .. c:function:: int PyErr_WarnFormat(PyObject *category, Py_ssize_t stack_level, const char *format… 355 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
|