Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dwarnings.h15 PyAPI_FUNC(int) PyErr_WarnFormat(
/external/python/cpython3/Modules/
Dgrpmodule.c108 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in grp_getgrgid_impl()
D_ssl.c1371 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in _get_peer_alt_names()
Dposixmodule.c1045 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in path_converter()
/external/python/cpython3/Python/
D_warnings.c1022 PyErr_WarnFormat(PyObject *category, Py_ssize_t stack_level, in PyErr_WarnFormat() function
1206 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in _PyErr_WarnUnawaitedCoroutine()
Dsysmodule.c187 int status = PyErr_WarnFormat( in sys_breakpointhook()
Dbltinmodule.c265 cell_error = PyErr_WarnFormat( in builtin___build_class__()
/external/python/cpython3/Doc/data/
Drefcounts.dat727 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/
Dpython3.def159 PyErr_WarnFormat=python37.PyErr_WarnFormat
/external/python/cpython3/Objects/
Dmoduleobject.c134 err = PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in check_api_version()
Dcomplexobject.c297 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in try_complex_special_method()
Dabstract.c1283 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyNumber_Index()
1461 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyNumber_Float()
Dfloatobject.c266 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyFloat_AsDouble()
Dbytesobject.c1264 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyBytes_DecodeEscape()
Dunicodeobject.c3543 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()
Dlongobject.c176 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in _PyLong_FromNbInt()
Dtypeobject.c2976 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyType_FromSpecWithBases()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst344 .. 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/
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