Searched refs:PyErr_WarnFormat (Results 1 – 19 of 19) sorted by relevance
/third_party/python/Include/ |
D | warnings.h | 15 PyAPI_FUNC(int) PyErr_WarnFormat(
|
/third_party/python/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::...::
|
D | stable_abi.dat | 165 function,PyErr_WarnFormat,3.2,
|
/third_party/python/Objects/ |
D | abstract.c | 1450 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()
|
D | moduleobject.c | 134 err = PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in check_api_version()
|
D | complexobject.c | 299 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in try_complex_special_method()
|
D | floatobject.c | 296 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyFloat_AsDouble()
|
D | bytesobject.c | 1210 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyBytes_DecodeEscape()
|
D | unicodeobject.c | 3965 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()
|
D | typeobject.c | 3605 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in PyType_FromModuleAndSpec()
|
/third_party/python/PC/ |
D | python3dll.c | 229 EXPORT_FUNC(PyErr_WarnFormat)
|
/third_party/python/Python/ |
D | _warnings.c | 1128 PyErr_WarnFormat(PyObject *category, Py_ssize_t stack_level, in PyErr_WarnFormat() function
|
D | sysmodule.c | 603 int status = PyErr_WarnFormat( in sys_breakpointhook()
|
D | getargs.c | 1017 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in convertsimple()
|
/third_party/python/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
|
/third_party/python/Misc/ |
D | stable_abi.txt | 568 function PyErr_WarnFormat
|
D | HISTORY | 12323 - Issue #9425: Create PyErr_WarnFormat() function, similar to PyErr_WarnEx() but
|
/third_party/python/Modules/ |
D | posixmodule.c | 1249 if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1, in path_converter() 1541 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, msg, signum)) { in _Py_Sigset_Converter()
|
D | _ssl.c | 1361 if (PyErr_WarnFormat(PyExc_RuntimeWarning, 1, in _get_peer_alt_names()
|