Home
last modified time | relevance | path

Searched refs:PyErr_WarnExplicitObject (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dwarnings.h30 PyAPI_FUNC(int) PyErr_WarnExplicitObject(
/external/python/cpython3/Doc/data/
Drefcounts.dat747 PyErr_WarnExplicitObject:int:::
748 PyErr_WarnExplicitObject:PyObject*:category:0:
749 PyErr_WarnExplicitObject:PyObject*:message:0:
750 PyErr_WarnExplicitObject:PyObject*:filename:0:
751 PyErr_WarnExplicitObject:int:lineno::
752 PyErr_WarnExplicitObject:PyObject*:module:0:
753 PyErr_WarnExplicitObject:PyObject*:registry:0:
/external/python/cpython3/Python/
D_warnings.c1211 PyErr_WarnExplicitObject(PyObject *category, PyObject *message, in PyErr_WarnExplicitObject() function
1244 ret = PyErr_WarnExplicitObject(category, message, filename, lineno, in PyErr_WarnExplicit()
Dast.c4568 if (PyErr_WarnExplicitObject(PyExc_DeprecationWarning, msg, in warn_invalid_escape_sequence()
Dcompile.c5351 if (PyErr_WarnExplicitObject(PyExc_SyntaxWarning, msg, c->c_filename, in compiler_warn()
/external/python/cpython3/Parser/pegen/
Dparse_string.c24 if (PyErr_WarnExplicitObject(PyExc_DeprecationWarning, msg, p->tok->filename, in warn_invalid_escape_sequence()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst331 .. c:function:: int PyErr_WarnExplicitObject(PyObject *category, PyObject *message, PyObject *filen…
344 Similar to :c:func:`PyErr_WarnExplicitObject` except that *message* and